Description Usage Arguments Value Examples
Clean raw NOAA data
1 | eq_clean_data(raw_noaa_df)
|
raw_noaa_df |
a dataframe containing raw NOAA data on significant earthquake. Removes dates BCE as they are not handled easily by the date class that is required by the assignment. The data used for testing can be found in the object raw_noaa. |
A clean dataframe
1 | test <- eq_clean_data(raw_noaa)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.