Learn R Programming

nhdR (version 0.5.3)

nhd_get: Download and cache NHD data by state

Description

Download and cache NHD data by state

Usage

nhd_get(state = NA, force_dl = FALSE, force_unzip = FALSE)

Arguments

state

character state abbreviation includes "DC", "PR", and "VI"

force_dl

logical force a re-download of the requested data

force_unzip

logical force an unzip of downloaded data

Examples

Run this code
# NOT RUN {
nhd_get(state = c("DC"))
nhd_get(state = c("RI", "CT"))
# }

Run the code above in your browser using DataLab