Description Usage Arguments Value Note Examples
View source: R/eq_clean_data.R
Clean NOAA dataframe
1 |
quakes_df |
A dataframe with the same column specification as NOAA data |
A modified dataframe containing a 'DATE' column and numeric 'LATITUDE' and 'LONGITUDE' columns
Dates with missing month and day will have these missing values set to 1, and observations with BC dates are filtered.
1 2 3 4 | ## Not run:
cleaned_df <- eq_clean_data(raw_NOAA_df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.