Skip to contents

Vectorized variant of tidycensus::get_acs

Usage

vec_get_acs(..., .fn = tidycensus::get_acs, .size = NULL, .call = caller_env())

Arguments

...

Additional parameters passed to .fn.

.fn

Function to call with parameters, Defaults to tidycensus::get_acs. Function must require a geography parameter and return a data frame.

.size

Desired output size.

.call

The execution environment of a currently running function, e.g. caller_env(). The function will be mentioned in error messages as the source of the error. See the call argument of abort() for more information.

Value

A list of data frames (using default .fn value or another function that returns a data frame).

A list of data frames.

Examples

if (FALSE) {
if (interactive()) {
  # TODO: Add examples
}
}