For use as part of the folder level API - this function is the equivalent of
redact(). The redacted files are saved in the specified output_path.
Usage
redact_at_folder(
data_path,
redacter,
output_path = "Redacted Data",
extensions = get_implemented_extensions(),
export_function = NULL,
verbose = FALSE
)Arguments
- data_path
The file path at which data is stored
- redacter
A redaction rules data frame or redaction function
- output_path
File path to write redacted data to
- extensions
Optional. The set of file extensions to scanned for.
- export_function
A function to define export
- verbose
Boolean flag - if TRUE will...
