Description Usage Arguments Details Value
This function can be used to create a column that categorizes records based on their poverty rate.
1  | create_poverty_flag(pov_column, Latitude, cutoff = 20)
 | 
pov_column | 
 Name of column with poverty rate - i.e. 20, 30 etc.  | 
Latitude | 
 Column/vector with latitude  | 
cutoff | 
 cutoff for defining a high poverty neighborhood, defaults to 20  | 
It requires that the dataset already has a column for poverty rate for the census tract in which the record is located, which can be created using the relevant poverty packages in this r package.
Note, that areas without population or without poverty rates are labeled "Missing Data"
a new column with markers for Poverty, Not Poverty, or Missing Data
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.