Description Usage Arguments Value Examples
Prepares a NOAA data frame by adding a DATE column and converting data types of existing columns.
1 | eq_clean_data(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 DATE column and correct data types.
1 2 3 | raw_df <- readr::read_delim(file = system.file("extdata", "signif.txt", package="noaa"),
delim = "\t")
clean_df <- eq_clean_data(raw_df)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.