Download and cache NHDplus data by vector processing unit
nhd_plus_get(
vpu = NA,
component = "NHDSnapshot",
force_dl = FALSE,
force_unzip = FALSE,
temporary = TRUE
)An invisible list of file paths to NHDplus data for the specified vpu
if (FALSE) { # \dontrun{
# Spatial
nhd_plus_get(vpu = 4)
nhd_plus_get(vpu = "10L")
nhd_plus_get(vpu = 1, component = "NHDPlusAttributes")
# Non-spatial
nhd_plus_get(vpu = "National", component = "V1_To_V2_Crosswalk")
nhd_plus_get(vpu = 4, component = "EROMExtension")
} # }