Helper function to support labelled
aesthetics to XLSX supertibble output
add_labelled_xlsx_features(
supertbl,
supertbl_meta,
wb,
sheet_vals,
include_toc_sheet = TRUE,
include_metadata_sheet = TRUE,
supertbl_toc = NULL
)
a supertibble generated using read_redcap()
supertibble metadata generated by bind_supertbl_metadata()
An openxlsx2
workbook object
Helper argument passed from write_redcap_xlsx
to
determine and assign sheet values.
Include a sheet capturing the supertibble output.
Default TRUE
.
Include a sheet capturing the combined output of the
supertibble redcap_metadata
. Default TRUE
.
The table of contents supertibble defined in the parent
function. Default NULL
.