Description Usage Arguments Value Examples
View source: R/eq_clean_data.r
This function cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converts names to title case.
1 | eq_location_clean(eq_dataset_location)
|
eq_dataset_location |
A dataframe of NOAA significant earthquakes data |
A dataframe with a clean LOCATION_NAME Column
1 2 3 4 | ## Not run:
eq_loc_data <- eq_location_clean(eq_raw_data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.