Description Usage Arguments Value Examples
Location cleaning function The function takes NOAA data and cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converting names to title case (as opposed to all caps)
| 1 | eq_location_clean(raw_data)
 | 
| raw_data | The raw NOAA dataset (as data frame) | 
Dataset with cleaned LOCATION_NAME column
| 1 2 3 4 | ## Not run: 
  clean_data <- eq_location_clean(raw_data)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.