add_labelled_xlsx_features | R Documentation |
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 |
supertbl_meta |
supertibble metadata generated by |
wb |
An |
sheet_vals |
Helper argument passed from |
include_toc_sheet |
Include a sheet capturing the supertibble output.
Default |
include_metadata_sheet |
Include a sheet capturing the combined output of the
supertibble |
supertbl_toc |
The table of contents supertibble defined in the parent
function. Default |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.