Skip to contents

Decrypt nettskjema file

Usage

nettskjema_tsd_decrypt_file(
  path,
  output_path = gsub("\\.asc", "", path),
  pretty = TRUE
)

Arguments

path

path to file to decrypt

output_path

path to output decrypted file to. NULL will return file content to R.

pretty

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

Value

raw decrypted file content as text