Add labelled features to write_redcap_xlsx
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 )
supertbl
: a supertibble generated using read_redcap()
supertbl_meta
: supertibble metadata generated by bind_supertbl_metadata()
wb
: An openxlsx2
workbook objectsheet_vals
: Helper argument passed from write_redcap_xlsx
to determine and assign sheet values.include_toc_sheet
: Include a sheet capturing the supertibble output. Default TRUE
.include_metadata_sheet
: Include a sheet capturing the combined output of the supertibble redcap_metadata
. Default TRUE
.supertbl_toc
: The table of contents supertibble defined in the parent function. Default NULL
.Useful links
Downloads (last 30 days):