Description Usage Arguments Value See Also Examples
With eq_location_clean
you can get rid of the country in the LOCATION_NAME
variable of the NOAA's quake database; it also changes the LOCATION_NAME
variable into title case.
1 |
data |
A data frame or tibble object with the |
Returns a tibble object.
eq_clean_data
for process other key variables.
1 2 | raw_data <- download_earthquake_data()
clean_data <- eq_location_clean(raw_data)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.