Description Usage Arguments Value Examples
Read NOAA significant earthquke data
1 2 | read_signif(path = system.file("extdata", "signif.txt", package =
"MSDRCapstone3"), url = FALSE)
|
path |
defalut path set to inst/extdata/"signif.txt" |
url |
set TRUE to download data from NOAA website |
a tibble containing 47 vaiables
1 2 3 4 | ## Not run:
dat <- read_signif(url = TRUE)
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.