Description Usage Arguments Value Examples
This function takes a NOAA data frame, and cleans it for analysis.
1 | eq_clean_data(raw_NOOA_data)
|
raw_NOOA_data |
Unlceaned NOAA dataframe. |
A dataframe containing the cleaned data set.
1 2 3 4 5 6 7 8 9 | ## Not run:
paste0("https://www.ngdc.noaa.gov/",
"nndc/struts/results?type_0=Exact&",
"signif.txtquery_0=$ID&t=101650&s=13&",
"d=189&dfn=signif.txt") %>%
readr::read_delim(delim = "\t") %>%
eq_clean_data()
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.