Learn R Programming

nhdplusTools (version 1.3.2)

nhdplus_path: NHDPlus Data Path

Description

Allows specification of a custom path to a source dataset. Typically this will be the national seamless dataset in geodatabase or geopackage format.

Usage

nhdplus_path(path = NULL, warn = FALSE)

Value

0 (invisibly) if set successfully, character path if no input.

Arguments

path

character path ending in .gdb or .gpkg

warn

boolean controls whether warning an status messages are printed

Examples

Run this code
nhdplus_path("/data/NHDPlusV21_National_Seamless.gdb")

nhdplus_path("/data/NHDPlusV21_National_Seamless.gdb", warn=FALSE)

nhdplus_path()

Run the code above in your browser using DataLab