nhd_plus_info function

Return NHDplus layer metadata and field listing

Return NHDplus layer metadata and field listing

nhd_plus_info(vpu, component, dsn, file_ext = NA)

Arguments

  • vpu: numeric vector processing unit
  • component: character component name
  • dsn: character data source name
  • file_ext: character choice of "shp" for spatial data and "dbf" for non-spatial. optional

Returns

A column-wise summary of an sf/foreign read from the specfied layer

Examples

## Not run: nhd_plus_info(vpu = 4, component = "NHDSnapshot", dsn = "NHDWaterbody") nhd_plus_info(vpu = 1, component = "NHDPlusAttributes", dsn = "PlusFlow") ## End(Not run)

Other functions in nhdR

Related functions from the same R package

  • Maintainer: Jemma Stachelek
  • License: GPL
  • Last published: 2023-08-12