Description Usage Arguments Value References See Also Examples
Read tab-delimited raw noaa dataset from U.S. National Oceanographic and Atmospheric Administration (NOAA):
National Geophysical Data Center / World Data Service (NGDC/WDS): NCEI/WDS Global Significant
Earthquake Database. NOAA National Centers for Environmental Information. doi:10.7289/V5TD9V7K
1 | eq_read_data(path)
|
path |
(file path) file location of raw data |
noaa data is returned as tibble (see tbl_df
)
Earthquake Database. NOAA National Centers for Environmental Information.
(doi:10.7289/V5TD9V7K)
1 2 3 4 5 | ## Not run:
path <- system.file("extdata", "noaa_earthquakes.tsv", package = "noaa") %>%
eq_read_data(path)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.