R/insert_hyperlinks.R
insert_index_hyperlinks.Rd
Function for inserting hyperlinks within an openxlsx Workbook
insert_index_hyperlinks(
wb,
sheetname,
title,
index_sheet_name = "Index",
sheet_start_row = 15
)
workbook object to add new worksheet to.
Names of sheets to create hyperlinks to
Titles of Hyperlinks
Name of sheet where hyperlink should be created
Initial row after which hyperlinks should be created