View source: R/get_county_name.R
county_rename | R Documentation |
This looks at the county code and returns a new column countyname of the full county name. Old db, the CNTYCODE is already the full county name.
county_rename(any_df, county_col = "CNTYCODE", combine_with_old = FALSE)
any_df |
person, crash, or vehicle dataframe |
county_col |
column that has the county code |
combine_with_old |
If TRUE, will bring full county name to countyname |
A new column called countyname
## Not run: county_rename(vehicle17)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.