pull_mar_status {synthACS} | R Documentation |
Pull ACS marital status data
Description
Pull ACS data for a specified geography from base tables B12001, B12006, B12007, 12501 Additional fields, mainly percentages and aggregations, are calculated.
Usage
pull_mar_status(endyear, span, geography)
Arguments
endyear |
An integer, indicating the latest year of the data in the survey. |
span |
An integer in |
geography |
a valid |
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
[Package synthACS version 1.7.1 Index]