filters: List of supported fields and field values for each of the...

Description Usage Format Details Source References Examples

Description

This is a list containing elements for each resource. Each resource element is another list that contains named (filter names) vectors of values (unique filter values).

Usage

1

Format

The format is:
List of 33

Details

This list was created by by calling the fetch_healthdata function (with filter = NULL) on all of the resources and returning the unique values for each column in the resulting 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
data(filters)

str(filters$hosp$addr_state)
# chr [1:55] "AK" "AL" "AR" "AZ" "CA" "CO" "CT" "DC" "DE" ...

str(filters$hosp$addr_city)
# chr [1:2832] "ABBEVILLE" "ABERDEEN" "ABILENE" "ABINGDON" ...

rOpenHealth/rHealthDataGov documentation built on May 26, 2019, 8:51 p.m.