seandavi/sars2pack

Available datasets information, tracking, and provenance

Closed this issue · 1 comments

Using the yaml file in inst/data_catalog, add dateset details to enhance dataset findability and provenance.

Added:

  • create_dataset_details() to write updated yaml file into inst/data_catalog
  • dataset_details() to complement available_datasets()

dataset_details includes column names and types, nrow and ncol, and min/max dates where applicable.

fixed in db51205