Given that all forms are placed in the same basic folder structures (as they are delivered to TSD), this function will detect all forms in the path provided and decrypt all the forms available.
Usage
nettskjema_tsd_decrypt_all_forms(
path = NULL,
project = NULL,
output_dir = NULL,
rerun_all = FALSE,
verbose = NULL,
...
)
Arguments
- path
path to the folder containing all the forms
- project
current TSD project. Will automatically auto-detect project.
- output_dir
character. Path to output directory.
- rerun_all
logical. Should the process be run on all files, even those previously run. Default is FALSE.
- verbose
logical. Should the function output status messages. Default is TRUE.
- ...
other arguments to
mapply