censusByGeo: This function finds all the geographies specified by...

Description Usage Arguments Value Examples

Description

This function finds all the geographies specified by a geography name (e.g., Washington) of a specific geography type (e.g., congressional district) within the entire United States.

Usage

1
censusByGeo(geography = NULL, name = NULL, maxresults = 5)

Arguments

geography

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

name

A character with at least 3 leading characters.

maxresults

specify the maximum results to be returned - defaults to 100.

Value

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

Examples

1
censusByGeo(geography="county", name="Miami", maxresults=5)

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