Learn R Programming

phsopendata (version 1.0.1)

get_dataset_additional_info: get a datasets additional info

Description

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.

Usage

get_dataset_additional_info(dataset_name)

Value

a tibble with the data

Arguments

dataset_name

Name of the dataset as found on NHS Open Data platform (character).

Examples

Run this code
get_dataset_additional_info("gp-practice-populations")

Run the code above in your browser using DataLab