Description Usage Arguments Details Value Examples
View source: R/eq_clean_data.R
Cleaning NOAA earthquake data location values
1 | eq_location_clean(locationtoclean)
|
locationtoclean |
A data frame with raw data obtained from NOAA website |
The function cleans the LOCATION_NAME column
A data frame with cleaned LOCATION_NAME column
1 2 3 4 5 6 | ## Not run:
library(readr)
data <- readr::read_delim("signif.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.