pull_geo_mobility: Pull ACS geographic mobility data

View source: R/pull_geo_mobility.R

pull_geo_mobilityR Documentation

Pull ACS geographic mobility data

Description

Pull ACS data for a specified geography from base tables B07001, B07003, B07008, B07009, B07010, and B07012. These tables provide data on geographic mobility in the past year by a number of slices. Additional fields, mainly percentages and aggregations, are calculated.

Usage

pull_geo_mobility(endyear, span, geography)

Arguments

endyear

An integer, indicating the latest year of the data in the survey.

span

An integer in c(1,3,5) indicating the span of the desired data.

geography

a valid geo.set object specifying the census geography or geographies to be fetched.

Value

A list containing the endyear, span, a data.frame of estimates, a data.frame of standard errors, a character vector of the original column names, and a data.frame of the geography metadata from acs.fetch.

See Also

acs.fetch, geo.make


alexWhitworth/synthACS documentation built on Nov. 2, 2022, 9:14 a.m.