resources: HealthData.gov resources metadata

Description Usage Format Details Source References Examples

Description

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.

Usage

1

Format

A data frame with 33 observations on the following 6 variables.

resource

a 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

description

a character vector

date

a Date

nrow

a numeric vector

ncol

a numeric vector

resource_id

a factor (with levels identified by a hash assigned by HealthData.gov)

Details

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.

Source

http://hub.healthdata.gov/dataset/hospital-compare-api

References

http://www.healthdata.gov/data-api

Examples

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) 

rHealthDataGov documentation built on May 2, 2019, 3:25 p.m.