Description Usage Arguments Value Examples
This function takes a data frame, ideally from the NOAA Significant Earthquakes dataset, and creates a DATE column. It also coerses LATITUDE and LONGITUDE into numerics. This function is meant to be used in the geoms of this package, so it does not need to be exported.
1 |
data |
A data frame with YEAR, MONTH, DAY, LONGITUDE and LATITUDE columns. |
A data frame with a new column named DATE, combining the three columns into "
1 2 3 | ## Not run: load("data/data.rda")
data<-eq_clean_data(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.