standardize_county_names {wdnr.gis} | R Documentation |
Standardize county names
Description
This function alters string text of county names to a standardized format of lower-cased, no punctuation (i.e. st instead of st.), and underscore instead of spaces
Usage
standardize_county_names(...)
Arguments
... |
One or more county names in quotations, or a character vector of county names |
Value
A character vector the same length as name
, but tidied up
for easier and standard viewing
[Package wdnr.gis version 0.1.5 Index]