add_supertbl_toc | R Documentation |
Internal helper function. Adds appropriate elements to wb
object. Returns
a dataframe.
add_supertbl_toc(
wb,
supertbl,
include_metadata_sheet,
add_labelled_column_headers,
table_style,
column_width,
na_replace
)
wb |
An |
supertbl |
a supertibble generated using |
include_metadata_sheet |
Include a sheet capturing the combined output of the
supertibble |
add_labelled_column_headers |
Whether or not to include labelled outputs. |
table_style |
Any excel table style name or "none" (see "formatting"
in |
column_width |
Width to set columns across the workbook. Default "auto", otherwise a numeric value. Standard Excel is 8.43. |
na_replace |
The value used to replace |
A dataframe
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.