Description Usage Arguments Value Examples
Wrapper function to clean the NOAA data, specifically uniting the YEAR, MONTH and DAY columns, converting the LATITUDE and LONGITUDE columns from character to double and stripping out the country name from the LOCATION_NAME column
1 | eq_clean_data(raw_noaa_df)
|
raw_noaa_df |
Dataframe representing the raw NOAA dataset |
This function returns a dataframe with an additional column called "date" that combines YEAR, MONTH and DAY columns
1 2 3 4 | ## Not run:
eq_clean_data(noaa.data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.