Example metadata for a health dataset, to demo metadata_map
This data was created with these steps:
Go to https://healthdatagateway.org
Navigate to the dataset of interest, select 'Download data' and download the Structural Metadata file
Shorten name of downloaded file e.g. 360_NCCHD_Metadata.csv
metadata <- read.csv(system.file('inputs', '360_NCCHD_Metadata.csv', package = 'mapmetadata'))
usethis::use_data(metadata)
Usage
data(metadata)