View source: R/downloading_tools.R
download_rf1 | R Documentation |
This function downloads and decompresses staged RF1 data. See: https://water.usgs.gov/GIS/metadata/usgswrd/XML/erf1_2.xml for metadata.
download_rf1(
outdir,
url = "https://water.usgs.gov/GIS/dsdl/erf1_2.e00.gz",
progress = TRUE
)
outdir |
The folder path where data should be downloaded and extracted |
url |
the location of the online resource |
progress |
boolean display download progress? |
character path to the local e00 file
## Not run:
download_wbd("./data/rf1/")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.