Apply a deident pipeline to a set of files and save them back to disk

deident_job_from_folder(
  deident_pipeline,
  data_dir,
  result_dir = "Deident_results"
)

Arguments

deident_pipeline

The deident list to be used.

data_dir

a path to the files to be transformed.

result_dir

a path to where files are to be saved.