Free of charge. Mirrors metadata.get_dataset_condition. Use it to spot
degraded, pending or missing days before paying for a range that
cannot be complete.
Usage
db_get_dataset_condition(dataset, start_date = NULL, end_date = NULL)
Arguments
- dataset
Dataset code, e.g. "GLBX.MDP3".
- start_date, end_date
Optional Date or "YYYY-MM-DD" window.
Value
A tibble with date, condition and last_modified_date.
Examples
if (FALSE) { # \dontrun{
db_get_dataset_condition("GLBX.MDP3", "2024-01-01", "2024-02-01")
} # }