Description Usage Arguments Value Examples
Function for cleaning the NOAA earthquake data file
1  | 
x | 
 is the dataframe of NOAA earthquake data  | 
a dataframe which contains the Eathquake data with a date column created by uniting the year, month, day and converting it to the Date class, furthermore LATITUDE, LONGITUDE and EQ_PRIMARY columns are converted to numeric class
1 2 3 4  | ## Not run: 
eq_clean_data(data_loc_clean)
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.