Return NHDplus layer metadata and field listing
nhd_plus_info(vpu, component, dsn, file_ext = NA)
vpu: numeric vector processing unitcomponent: character component namedsn: character data source namefile_ext: character choice of "shp" for spatial data and "dbf" for non-spatial. optionalA column-wise summary of an sf/foreign read from the specfied layer
## Not run: nhd_plus_info(vpu = 4, component = "NHDSnapshot", dsn = "NHDWaterbody") nhd_plus_info(vpu = 1, component = "NHDPlusAttributes", dsn = "PlusFlow") ## End(Not run)
Related functions from the same R package