tbl_setup_RAT_template: Setup a new RAT template

View source: R/readiness_assessment_tests.R

tbl_setup_RAT_templateR Documentation

Setup a new RAT template

Description

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.

Usage

tbl_setup_RAT_template(
  module = "module 1",
  n_questions = 10,
  n_options_per_q = 5,
  overwrite = FALSE
)

Arguments

module

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.

n_questions

number of questions to template the RAT with

n_options_per_q

default number of options per question

overwrite

whether to overwrite the folder if it already exists (default is not to overwrite anything)


KopfLab/tbltools documentation built on July 30, 2023, 11:16 p.m.