Ceate And Add Form Sheets To The Data Dictionary
add_form_sheets.RdCreate a workbook sheet for every table in the datadict_tables$form_items list.
Arguments
- wb
a workbook
- datadict_tables
generated with
create_datadict_tables()- var_select
(logical) Is this a variable selection document?
Examples
if (FALSE) { # \dontrun{
wb <- wb_workbook()
add_form_overview(wb, datadict_tables = datadict_tables)
add_form_sheets(wb, datadict_tables = datadict_tables)
} # }