add_metadata_sheet {REDCapTidieR} | R Documentation |
Add the metadata sheet
Description
Internal helper function. Adds appropriate elements to wb
object. Returns
a dataframe.
Usage
add_metadata_sheet(
supertbl,
supertbl_meta,
wb,
add_labelled_column_headers,
table_style,
column_width,
na_replace
)
Arguments
supertbl |
a supertibble generated using |
supertbl_meta |
an |
wb |
An |
add_labelled_column_headers |
Whether or not to include labelled outputs. |
table_style |
Any excel table style name or "none" (see "formatting" vignette in wb_add_data_table). Default "tableStyleLight8". |
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 |
Value
A dataframe
[Package REDCapTidieR version 1.1.1 Index]