Description Usage Arguments Value Examples
This function takes raw NOAA data frame and returns a clean data frame.
The clean data frame have the following:
1. A date column created by uniting the year, month, day and converting it to the Date
class
2. LATITUDE
and LONGITUDE
columns converted to numeric
class
1 |
df |
The raw dataset from NOAA website. |
This function returns the cleaned dataset as in the description.
1 | ## Not run: eq_tidy_data <- eq_clean_data(eq_download_data())
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.