Learn R Programming

nhdplusTools (version 0.3.8)

download_nhdplushr: Download NHDPlus HiRes

Description

Download NHDPlus HiRes

Usage

download_nhdplushr(nhd_dir, hu_list, download_files = TRUE)

Arguments

nhd_dir

character directory to save output into

hu_list

character vector of hydrologic region(s) to download

download_files

boolean if FALSE, only URLs to files will be returned can be hu02s and/or hu04s

Value

Paths to geodatabases created.

Examples

Run this code
# NOT RUN {
download_nhdplushr(tempdir(), c("01", "0203"), download_files = FALSE)
# }

Run the code above in your browser using DataLab