Operates over data source and bundle projects, optionally running the source ingest scripts, then collecting metadata.
Usage
dcf_process(
name = NULL,
project_dir = ".",
ingest = TRUE,
is_auto = FALSE,
force = FALSE,
clear_state = FALSE
)
Arguments
- name
Name of a source project to process. Will
- project_dir
Path to the project directory. If not specified, and being called from a source project, this will be assumed to be two steps back from the working directory.
- ingest
Logical; if
FALSE
, will re-process standardized data without running ingestion scripts. Only applies to source projects.- is_auto
Logical; if
TRUE
, will skip process scripts marked as manual.- force
Logical; if
TRUE
, will ignore process frequencies (will run scripts even if recently run).- clear_state
Logical; if
TRUE
, will clear stored states before processing.