Description Usage Arguments Value Examples
View source: R/eq_clean_data.R
Function takes raw dataset as data.frame which contains DATE, YEAR, MONTH, DAY, LATITUDE, LONGITUDE, TOTAL_DEATHS,EQ_PRIMARY,LOCATION_NAME varaibles. Dataset can be obtained from NOAA's Significant EarthQuake Database
1 |
raw |
dataset fo earthquakes at data.frame format |
Returns cleaned and formatted data.frame
1 2 3 4 | ## Not run:
eq_clean_data(dataset_noaa_raw)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.