Description Usage Arguments Examples
This function speciallly extracts location information from LOCATION_NAME column
1 | eq_location_clean(loc)
|
loc |
LOCATION_NAME vector return cleaned LOCATION_NAME |
1 2 3 4 | fname <- system.file("extdata", "signif.txt.tsv", package = "earthquake")
eq_dat_raw <- as.data.frame(readr::read_tsv(fname))
locations <- eq_location_clean(eq_dat_raw$LOCATION_NAME)
locations
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.