summaryBroadband: This function returns broadband summary data by geography IDs...

Description Usage Arguments Value Examples

Description

It is designed to retrieve broadband summary data by geography and census metrics (population or households) combined as search criteria. The data includes wireline and wireless providers, different technologies and broadband speeds reported in the particular area being searched for on a scale of 0 to 1.

Usage

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

Arguments

censusMetrics

A character with census metric. It can be either population or household.

geography

A character with geography type. It can be state, censusplace, msa, county, statesenate, statehouse, congdistrict, usf, tribalnation or nation. If nation is choosen, it will return NATIONAL information.

geographyId

A character or vector of character with the corresponding geographical ID. If geographic is nation, this parameter will not be used.

date

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

Value

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

Examples

1
summaryBroadband(date="jun2014", censusMetrics="population", geography="state", geographyId=c(22,41))

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