demographicsByGeo: This function allows the user to search for the demographic...

Description Usage Arguments Value Examples

Description

This function allows the user to search for the demographic information for a particular geography type and geography ID from http://www.broadbandmap.gov/.

Usage

1
2
demographicsByGeo(version = "jun2014", geography = NULL,
  geographyId = NULL)

Arguments

version

A character with data version. Examples: jun2014, dec2013, jun2013, dec2012, jun2012, dec2011.

geography

A character with geography type. It can be censusplace, msa, usf, county, statesenate, statehouse, congdistrict.

geographyId

A character or vector of characteres with geographicals ID.

Value

A dataframe with following information: http://www.broadbandmap.gov/broadbandmap/api/dictionary/v1/demographics?format=json

Examples

1
2
demographicsByGeo(version = "jun2014", geography = "county",
geographyId = c("01001", "01003", "01005", "01007", "01011", "010015", "01017", "01013", "01025", "01035", "01023")

kintero/usbbmap documentation built on May 20, 2019, 10:02 a.m.