This function templates an RAT. All parameters are merely the defaults used for templating the new RAT and all can be modified as needed in the RAT excel spreadsheet and RMarkdown that this function creates.
tbl_setup_RAT_template(
module = "module 1",
n_questions = 10,
n_options_per_q = 5,
overwrite = FALSE
)
name of the module, this will be used as the default folder and file name for the RAT. Can be a folder path in which case only the sub-directory name will be used for file names.
number of questions to template the RAT with
default number of options per question
whether to overwrite the folder if it already exists (default is not to overwrite anything)