Description Usage Arguments Value Examples
This function cleans the location name column and strip out the country name in the dataframe.
1 | eq_location_clean(eq_cleanup)
|
Input |
cleaned data.frame from the base file dataset. |
This function converts the location name column of the dataframe into the country name and returns a tibble.
1 2 3 4 5 6 | ## Not run:
filename<-system.file("extdata","data.gz",package="NOAAA")
readr::read_delim(filename, delim = "\t") %>%
eq_location_clean()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.