demographicsByCoord: Get demographics information by coordinates.

Description Usage Arguments Value Examples

Description

Find the demographics data from the coordinates.

Usage

1
demographicsByCoord(lat = NULL, lon = NULL, year = 2014)

Arguments

lat

A numeric value, latitude

lon

A numeric value, longitude

year

A numeric value with 4 digits. Year of data. By the default 2014. The available years are 2014, 2013, 2012, 2011.

Value

A data.frame with these variables: blockFips, incomeBelowPoverty, medianIncome, incomeLessThan25, incomeBetween25to50, incomeBetween50to100, incomeBetween100to200, incomeGreater200, educationHighSchoolGraduate, educationBachelorOrGreater.

Examples

1
demographicsByCoord(lat=25.7766074, lon = -80.3714869, year=2014)

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