process_map_og | R Documentation |
Create tract, nh, and muw map files from a map data frame
process_map_og(
map_df,
...,
pop,
pop_adjust = F,
return_name = NULL,
method = "mean",
maps = c("tract", "nh", "muw"),
keep_pop = FALSE
)
map_df |
A data frame of census tracts with a 20-digit ID colum |
pop |
The population variable |
return_name |
The name of the maps to return. Suffixes will be appended. |
method |
The method used to aggregate tracts.
|
maps |
The type of maps to return. Defaults to tract, nh, and muw. |
variables |
A character vector of variables |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.