Description Usage Arguments Details Value
This function can be used to create a column that categorizes records based on urban population size
1 | create_urban_type(MSA_pop, Boolean_Urban_MSA)
|
MSA_pop |
Column with population of the MSA. Make sure to manually add in NECTA pop as well. |
Boolean_Urban_MSA |
column with rural/urban marker |
It requires that the dataset already has a rural/urban marker, and that it has a second column with MSA and NECTA population data - should be downloaded and appended from the Census, and matched based on CBSA and NECTA ids.
Note, caution should be exercised with international records, they are defaulted to "rural" since they will not match a MSA. After adding rural/urban a international record flag should be used to subset the data.
a new column with categories for type of urban area
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.