View source: R/A_nhdplusTools.R
nhdplus_path | R Documentation |
Allows specification of a custom path to a source dataset. Typically this will be the national seamless dataset in geodatabase or geopackage format.
nhdplus_path(path = NULL, warn = FALSE)
path |
character path ending in .gdb or .gpkg |
warn |
boolean controls whether warning an status messages are printed |
0 (invisibly) if set successfully, character path if no input.
nhdplus_path("/data/NHDPlusV21_National_Seamless.gdb")
nhdplus_path("/data/NHDPlusV21_National_Seamless.gdb", warn=FALSE)
nhdplus_path()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.