Description Usage Arguments Value Examples
This is a function the converts the latitude and longitude from NOAA earthquake data from character to numeric and creates date column from YEAR,MONTH,DAY.
1 | eq_clean_data(adf)
|
adf |
a dataframe containing NOAA earthquake data |
This function returns a dataframe with latitude and longitude columns as numeric type and a additional column date
1 2 3 4 | ## Not run:
eq_clean_data(mydata)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.