Description Usage Arguments Value Examples
The function uses COUNTRY column as the reference, and take out the country name from LOCATION_NAME column. NOte that the coutry name has to be exact match, and it has to followed by ':'. It then converts the result to title case and wrap the result to width of 25 (for plotting purpose).
1 |
df |
data frame of the earthquake data |
df data frame with cleansed LOCATION_NAME
1 | ## Not run: df <- eq_location_clean(df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.