Description Usage Arguments Value Examples
This function uses dplyr and tools packages. Cleans LOCATION_NAME field data by stripping of the country name, extra whitespaces. Cleaned LOCATION_NAME field data has city name or locaton names in the country. Converts cleaned LOCATION_NAME field data to toTitleCase.
1 |
data |
Data as dataframe object. |
Dataframe object with clean LOCATION_NAME fields data.
1 2 3 4 | ## Not run:
eq_location_clean(data=eq_clean)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.