diff --git a/DESCRIPTION b/DESCRIPTION index c0c56644..6f86bbd4 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,7 +1,7 @@ Package: nhdplusTools Type: Package Title: NHDPlus Tools -Version: 0.3.14 +Version: 0.3.15 Authors@R: c(person(given = "David", family = "Blodgett", role = c("aut", "cre"), diff --git a/R/get_nldi.R b/R/get_nldi.R index 41aa2b5a..9fbf4a11 100644 --- a/R/get_nldi.R +++ b/R/get_nldi.R @@ -49,7 +49,9 @@ discover_nldi_navigation <- function(nldi_feature, tier = "prod") { #' @inheritParams discover_nldi_sources #' @export #' @examples -#' discover_nldi_characteristics() +#' chars <- discover_nldi_characteristics() +#' names(chars) +#' head(chars$local, 10) discover_nldi_characteristics <- function(type="all", tier = "prod") { tc <- type_check(type) @@ -227,7 +229,9 @@ get_nldi_feature <- function(nldi_feature, tier = "prod") { #' @inheritParams discover_nldi_characteristics #' @export #' @examples -#' get_nldi_characteristics(list(featureSource = "nwissite", featureID = "USGS-05429700")) +#' chars <- get_nldi_characteristics(list(featureSource = "nwissite", featureID = "USGS-05429700")) +#' names(chars) +#' head(chars$local, 10) get_nldi_characteristics <- function(nldi_feature, type="local", tier = "prod") { tc <- type_check(type) diff --git a/_pkgdown.yml b/_pkgdown.yml index bdd69993..315e413e 100644 --- a/_pkgdown.yml +++ b/_pkgdown.yml @@ -37,6 +37,8 @@ reference: - '`discover_nhdplus_id`' - '`discover_nldi_sources`' - '`discover_nldi_navigation`' + - '`discover_nldi_characteristics`' + - '`get_nldi_characteristics`' - '`get_nldi_basin`' - '`get_nldi_feature`' - '`navigate_nldi`' diff --git a/docs/404.html b/docs/404.html index 88a17483..f9aea83a 100644 --- a/docs/404.html +++ b/docs/404.html @@ -79,7 +79,7 @@
diff --git a/docs/DISCLAIMER.html b/docs/DISCLAIMER.html index b0848fab..3039df1e 100644 --- a/docs/DISCLAIMER.html +++ b/docs/DISCLAIMER.html @@ -79,7 +79,7 @@ diff --git a/docs/LICENSE-text.html b/docs/LICENSE-text.html index b8963e0e..2d1cee85 100644 --- a/docs/LICENSE-text.html +++ b/docs/LICENSE-text.html @@ -79,7 +79,7 @@ diff --git a/docs/articles/index.html b/docs/articles/index.html index d15025d0..551fe377 100644 --- a/docs/articles/index.html +++ b/docs/articles/index.html @@ -79,7 +79,7 @@ @@ -147,10 +147,10 @@nhdplus_path(file.path(temp_dir, "natseamless.gpkg")) nhdplus_path() -#> [1] "/var/folders/p6/kr6wq6bj7wvdz1qywzhksz5h001t8d/T//RtmpuayR22/natseamless.gpkg"