Description Usage Arguments Value Examples
Function that cleans the LOCATION_NAME column of the data set by stripping out the country name (including the colon) and converts names to title case (as opposed to all caps). The country names are stored in a different column.The cleaned location will be used for annotation purposes of maps that showcase the locations of earthquakes in the world based on the data.
1 | eq_location_clean(raw_data)
|
raw_data |
Data file on earthquakes from U.S. National Oceanographic and Atmospheric Administration (NOAA). |
An object of class data.frame or tbl_df or tibble.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.