Description Usage Arguments Value Examples
Prepares a NOAA data frame by stripping COUNTRY from the LOCATION_NAME and converting LOCATION_NAME to title case.
1 | eq_location_clean(raw_noaa_df)
|
raw_noaa_df |
This is the raw data frame read in directly from the NOAA csv file. |
The clean data frame with title cased LOCATION_NAME without COUNTRY part.
1 2 3 | raw_df <- readr::read_delim(file = system.file("extdata", "signif.txt", package="noaa"),
delim = "\t")
location_cleaned_df <- eq_location_clean(raw_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.