process_census: Algorithm to create GLP-style data frame from census...

View source: R/census_api.R

process_censusR Documentation

Algorithm to create GLP-style data frame from census downloads

Description

Algorithm to create GLP-style data frame from census downloads

Usage

process_census(
  df,
  var_names = "value",
  cat_var,
  output_name,
  age_groups = "all",
  age_group_wide = FALSE,
  sum_to_100 = TRUE
)

Arguments

df

A data frame from the census

var_names

Variable names

cat_var

Categorical vari

output_name

Output var name


greaterlouisvilleproject/glptools documentation built on Feb. 9, 2025, 11:21 a.m.