Description Usage Arguments Value Examples
Cleans the LOCATION_NAME column by stripping out the country name (including the colon) and converts names to title case. This is later used for annotating visualizations.
1 | eq_location_clean(tbl)
|
tbl |
Data frame of NOAA Significant Earthquakes dataset. |
Data frame.
1 2 3 4 | ## Not run:
eq_clean_data(earthquakes) %>% eq_location_clean()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.