Description Usage Arguments Value Examples
View source: R/eq_clean_data.R
this function used to clean the data comes from NOAA and add DATE
column
1 | eq_clean_data(noaa_data)
|
noaa_data |
a dataframe contains information about 5,933 earthquakes over an approximately 4,000 year time span |
clean_data new dataframe repersents a cleaned data from NOAA
1 2 3 4 5 | ## Not run:
noaa <- readr::read_delim("filepath")
clean_noaa_data <- eq_clean_data(noaa)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.