deident_job_from_folder: Apply a pipeline to files on disk.

View source: R/deident_job.R

deident_job_from_folderR Documentation

Apply a pipeline to files on disk.

Description

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

Usage

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.


deident documentation built on April 3, 2025, 6:14 p.m.