Description Usage Arguments Value Examples
View source: R/eq_location_clean.R
eq_location_clean Parse LOCATION_NAME field of NOAA dataset
1 | eq_location_clean(locationtoclean)
|
data |
A data frame with raw data obtained from NOAA website |
location_name |
represents the detailed information about location |
A data frame with cleaned LOCATION_NAME column
This function returns the clean version of the LOCATION_NAME
1 2 3 4 5 6 | ## Not run:
library(readr)
data <- readr::read_delim(("extdata","earthquake.txt", delim = "\t")
data <- eq_location_clean(data)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.