Description Usage Format Details Source References Examples
This is a data frame that contains the resource names which can be passed as a string to the resource argument of the fetch_healthdata function. It also contains resource descriptions and other metadata.
1 |
A data frame with 33 observations on the following 6 variables.
resourcea factor with levels ahrqn ahrqp ahrqs cacn cacop cacp cacs cn cp cs hacn hacp haip hais hn hophc hophp hopnp hopqdrpq hopsp hosp hp hpv hs npv on op oq os ppv q sm spv
descriptiona character vector
datea Date
nrowa numeric vector
ncola numeric vector
resource_ida factor (with levels identified by a hash assigned by HealthData.gov)
There are 33 available resources which can be queried by their resource name. The names, descriptions, source dates, number of records and fields, and resource ids are available in this data frame.
http://hub.healthdata.gov/dataset/hospital-compare-api
http://www.healthdata.gov/data-api
1 2 3 4 5 6 7 8 9 | data(resources)
head(resources[,1:2])
# resource description
# 1 ahrqn Healthcare Research and Quality Indicators, Natioanal data
# 2 ahrqp Healthcare Research and Quality Indicators, Providers
# 3 ahrqs Healthcare Research and Quality Indicators, State data
# 4 cacn Childrens Asthma Care National (CACN)
# 5 cacop Childrens Asthma Care Only Providers (CACOP)
# 6 cacp Childrens Asthma Care Providers (CACP)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.