pull_transit_work function

Pull ACS transit and work data

Pull ACS transit and work data

Pull ACS data for a specified geography from base tables B08012, B08101, B08121, B08103, B08124, B08016, B08017. Additional fields, mainly percentages and aggregations, are calculated.

pull_transit_work(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.

Returns

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

  • Maintainer: Alex Whitworth
  • License: MIT + file LICENSE
  • Last published: 2022-10-26

Useful links