process_map: Create tract, nh, and muw map files from a map data frame

process_mapR Documentation

Create tract, nh, and muw map files from a map data frame

Description

Create tract, nh, and muw map files from a map data frame

Usage

process_map(
  map_df,
  ...,
  return_name = NULL,
  maps = c("tract", "nh", "muw", "bg", "district"),
  council_MOE = TRUE
)

Arguments

map_df

A data frame of census tracts with a 20-digit ID colum

...

Variables to calculate

return_name

The name of the maps to return. Suffixes will be appended.

maps

The type of maps to return. Defaults to tract, nh, and muw.

council_MOE

Simulate Metro Council Districts? Takes a while.


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