Build the dataset registry table from ingest YAML blocks
Source:R/wrangle.R
ingest_yaml_to_dataset_df.RdAssembles a data frame mirroring the legacy metadata/dataset.csv
(the authoritative dataset registry table written into each ingest's
database) from the dataset_meta/tables_owned YAML blocks
returned by read_ingest_yaml(). Replaces reading dataset.csv.
Arguments
- ingest_yaml
Named list from
read_ingest_yaml().
Value
A tibble with one row per dataset (including any
additional_datasets folded into an ingest) and the columns of the
legacy dataset.csv.