Skip to content

Commit

Permalink
update examples
Browse files Browse the repository at this point in the history
  • Loading branch information
equitable-equations committed Jan 3, 2024
1 parent 3ad5572 commit 096b2d8
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 2 deletions.
2 changes: 2 additions & 0 deletions R/transect_glance.R
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,10 @@
#' # from the universal FQA website, it is most typically used in combination
#' # with download_transect().
#'
#' \donttest{
#' tyler <- download_transect(6352)
#' transect_glance(tyler)
#' }
#'
#' @export

Expand Down
2 changes: 2 additions & 0 deletions R/transect_inventory.R
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
#' # manually from the universal FQA website, it is most typically used
#' # in combination with download_transect().
#'
#' \donttest{
#' tyler <- download_transect(6352)
#' transect_inventory(tyler)
#' }
#'
#' @export

Expand Down
2 changes: 2 additions & 0 deletions R/transect_phys.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
#' # manually from the universal FQA website, it is most typically used
#' # in combination with download_transect().
#'
#' \donttest{
#' tyler <- download_transect(6352)
#' transect_phys(tyler)
#' }
#'
#' @export

Expand Down
6 changes: 4 additions & 2 deletions R/transect_subplot_inventories.R
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@
#' @importFrom rlang .data
#'
#' @examples
#' cbg_fen <- download_transect(5932)
#' cbg_inventories <- transect_subplot_inventories(cbg_fen)
#' \donttest{
#' cbg_fen <- download_transect(5932)
#' cbg_inventories <- transect_subplot_inventories(cbg_fen)
#' }
#'
#' @export

Expand Down

0 comments on commit 096b2d8

Please sign in to comment.