process_map | R Documentation |
Create tract, nh, and muw map files from a map data frame
process_map(
map_df,
...,
return_name = NULL,
maps = c("tract", "nh", "muw", "bg", "district"),
council_MOE = TRUE
)
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. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.