List available locally cached NHD layers per state

nhd_list(state)

Arguments

state

character state abbreviation

Value

A character vector of NHD layers for the specified state

Examples

if (FALSE) {
nhd_list(state = "DC")
}