Optionally run the ingestion script for each data source, and collect metadata.
Usage
pophive_process(
name = NULL,
source_dir = "data",
ingest = TRUE,
is_auto = FALSE,
force = FALSE
)
Arguments
- name
Name of a source project to process. Will
- source_dir
Path to the directory containing source projects.
- ingest
Logical; if
FALSE
, will re-process standardized data without running ingestion scripts.- 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).