puller_funct: Prepare ACS data

View source: R/process_functions.R

puller_functR Documentation

Prepare ACS data

Description

Function to standardize tidycensus downloaded ACS data, with option to filter to a specific place

Usage

puller_funct(
  df,
  place_string = "",
  no_pull = FALSE,
  variables = acsprocess::variables_2019
)

Arguments

df

Downloaded tidycensus ACS dataframe

place_string

String name of tidycensus place to filter data to

no_pull

True/false whether to filter dataframe to tidycensus place

variables

tidycensus dataframe of variables; default 2019

Value

tidycensus dataframe with column names in lower case and variable labels associated with tidycensus data


dpowerstp/acsprocess documentation built on Sept. 4, 2022, 10:18 a.m.