Skip to content

Commit

Permalink
pkgdown
Browse files Browse the repository at this point in the history
  • Loading branch information
dblodgett-usgs committed Aug 29, 2020
1 parent ca38e56 commit 98ef93e
Show file tree
Hide file tree
Showing 76 changed files with 1,783 additions and 1,258 deletions.
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -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"),
Expand Down
8 changes: 6 additions & 2 deletions R/get_nldi.R
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
2 changes: 2 additions & 0 deletions _pkgdown.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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`'
Expand Down
2 changes: 1 addition & 1 deletion docs/404.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/DISCLAIMER.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion docs/LICENSE-text.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions docs/articles/index.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

25 changes: 8 additions & 17 deletions docs/articles/nhdplusTools.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/nhdplusTools_files/figure-html/point-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/nhdplusTools_files/figure-html/staged_data-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/articles/nhdplusTools_files/figure-html/tldr-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 98ef93e

Please sign in to comment.