Skip to contents

Decrypt all files associated with a form

Usage

nettskjema_tsd_organise_form(
  formid,
  project = NULL,
  output_dir = NULL,
  rerun_all = FALSE,
  verbose = NULL,
  pretty = TRUE
)

Arguments

formid

integer or character. Form number to process

project

current TSD project. Will automatically auto-detect project.

output_dir

directory to output data

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.

pretty

logical. Should the submission json's be prettified. Default is TRUE.

Value

logical. If new entries were decrypted or not.