Download and cache NHD data by state
nhd_get(state = NA, force_dl = FALSE, force_unzip = FALSE, temporary = TRUE)
state: character state abbreviation includes "DC", "PR", and "VI"force_dl: logical force a re-download of the requested dataforce_unzip: logical force an unzip of downloaded datatemporary: logical set FALSE to save data to a persistent rappdirs locationAn invisible list of file paths to NHD data for the specified state
## Not run: nhd_get(state = c("DC")) nhd_get(state = c("RI", "CT")) ## End(Not run)
Related functions from the same R package