Description Usage Arguments Value Source Examples
This function generates a DATE column and add in to the cleaned dataframe and it changes the class of the variables LATITUDE, LONGITUDE, EQ_PRIMARY and DEATHS to numeric.
1 | eq_clean_data(raw_df)
|
This |
function takes the cleaned dataframe as inputs. |
This function creates a cleaned dataframe and returns a tibble.
This function calls the function eq_location_clean() within it.
1 2 3 4 5 6 | ## Not run:
filename<-system.file("extdata","data.gz",package="NOAAA")
readr::read_delim(filename, 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.