Skip to contents

Link the form names in the "Table"/"Embedding Form" columns in the Form Overview sheet to their respective form sheets.

Additionally add a link back to the Form Overview to each A1 cell of the form item sheets.

Note that the form overview and the form sheets must be added to the workook before calling this function.

Usage

link_form_sheets(wb)

Arguments

wb

a data dictionary workbook

Value

workbook with links to form item tables (invisibly)

Examples

if (FALSE) { # \dontrun{
wb <- wb_workbook()
add_form_overview(wb, datadict_tables = datadict_tables)
add_form_sheets(wb, datadict_tables = datadict_tables)
link_form_sheets(wb)
} # }