Description Usage Arguments Value Examples
View source: R/eq_location_clean.R
This function takes a NOAA data frame and adds a LOCATION column from LOCATION_NAME
1 | eq_location_clean(Data)
|
Data |
A raw NOAA data frame |
eq_location_clean returns a data frame with a LOCATION column.
1 2 3 4 5 | ## Not run:
read_delim(system.file("extdata", "signif.txt", package = "TheCapstoneProject"), 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.