censusByFips: This function finds the geography of a specified geography...

Description Usage Arguments Value Examples

Description

This API finds the geography of a specified geography type by geography id within the entire United States. Latest data version released jun2014. Previous data versions include jun2011, dec2011, jun2012, dec2012, jun2013, dec2013.

Usage

1
censusByFips(geography = "state", geographyId = "01")

Arguments

geography

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

geographyId

A character or vector of character with the corresponding geographical ID. More information:

Value

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

Examples

1
censusByFips(geography="state", geographyId="12")

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