Description Usage Arguments Value Examples
Given a LOCATION from NOAA data strips out the country name and ':', leaving all characters following and converting to title case. Non-exported helper function.
1 | eq_location_clean(loc_name)
|
loc_name |
NOAA dataset style name, with country preceeding ':' and further details. |
A cleaned location string.
1 2 3 4 | ## Not run:
eq_location_clean("Canada: Land of the free")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.