Read Tracking Metadata
get_tracking_metadata.Rd
Read in CSV files that contain the single-source-of-truth for metadata to be used in a data prep script.
Usage
get_tracking_metadata(
tidy_dataset,
digitization,
tracking_path,
original_format = TRUE,
for_lbom = FALSE
)
Arguments
- tidy_dataset
key to the tidy dataset being produced by the script
- digitization
key to the digitization being used by the script
- tracking_path
string giving path to the tracking data
- original_format
should the original tracking table format be used?
- for_lbom
are these data being read for the LBoM repo?