fetch_data: Get Aggregate Data Specified Geography

View source: R/a_class-methods_helpers.R

fetch_dataR Documentation

Get Aggregate Data Specified Geography

Description

Gets aggregate, macro, data, either estimate or standard error, for a specified geography and specified dataset.

Usage

fetch_data(acs, geography, dataset = c("estimate", "st.err"), choice = NULL)

Arguments

acs

An object of class "macroACS".

geography

A character vector allowing string matching via grep to a set of specified geographies. All values may be specified by "*".

dataset

Either "estimate" or "st.err". Do you want data on estimated population counts or estimated standard errors?

choice

A character vector specifying the name of one of the datasets in acs


synthACS documentation built on Oct. 26, 2022, 5:09 p.m.