Description Usage Arguments Value Examples
This function returns a clean data frame. Preprocessing includes: date column obtained as a resulted of mergind YEAR, MONTH and DAY columns; LATITUDE and LONGITUDE columns converted to numeric class
1 |
df |
NOAA Significant Earthquake dataframe |
This function returns a data frame with preprocessed columns: date, longitude and latitude
1 2 3 4 | ## Not run:
df = eq_clean_data(df)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.