Description Usage Arguments Examples
This function drops the country-name and colon from the location name. Furthermore, it converts the text to title case. WOW, it does soooo much!!!
1 | eq_location_clean(my_data, LOCATION_NAME = "LOCATION_NAME")
|
my_data |
data.frame that holds your NOAA earthquake data. Can be raw or cleaned up by earthquake::eq_clean_data |
LOCATION_NAME |
A character with the name of the column that holds the raw NOAA location name. |
1 2 | data(earthquake_raw)
earthquake_raw %>% earthquake::eq_location_clean()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.