R/get_dataset_additional_info.R
get_dataset_additional_info.Rd
get_dataset_additional_info()
returns a tibble of dataset names along with
the amount of resources it has and the date it was last updated.Last updated
is taken to mean the most recent date a resource within the dataset was
created or modified.
get_dataset_additional_info(dataset_name)
Name of the dataset as found on NHS Open Data platform (character).
a tibble with the data
get_dataset_additional_info("gp-practice-populations")
#> # A tibble: 1 × 3
#> name n_resources last_updated
#> <chr> <int> <dttm>
#> 1 gp-practice-populations 46 2025-04-16 10:02:13