Description Usage Arguments Value Note Examples
This function reads in the country and full name for an earthquake as 2 string fields like ITALY: POMPEI
1 | eq_location_clean(country, full_name)
|
country |
The name of the country. |
full_name |
The full name of the country and city. |
This function returns a city name without the country name and returned in Title Case format.
Some earthquakes have impacted multiple city locations and in these instances, country name is currently returned with all subsequent cities.
1 2 3 4 | ## Not run:
eq_location_clean(country, full_name)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.