Description Usage Arguments Value Note References Examples
View source: R/Module1_cleaning_functions.R
This function cleans earthquake data provided by National Centers for Environmental Information.
1 |
data |
Earthquake data. |
This function returns cleaned data with new date variable and converts key variables used in package functions as numeric.
Variable names as default YEAR, MONTH, DAY, LATITUDE, LONGITUDE, EQ_PRIMARY and DEATHS
National Centers for Environmental Information, National Oceanic and Atmospheric Administration (NOAA)
1 2 3 4 5 | ## Not run:
readr::read_delim("signif.txt", delim = "\t") %>%
eq_clean_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.