Description Usage Arguments Value Examples
View source: R/eq_location_clean.R
Clean location column of NOAA earthquake dataset
1 |
quakes_df |
A dataframe with the same column specification as NOAA earthquake data |
Dataframe containing a LOCATION column with the country stripped out
1 2 3 4 | ## Not run:
cleaned_df <- eq_location_clean(quakes_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.