Skip to content

Commit

Permalink
reverting previous commit to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
wcornwell committed Jul 31, 2024
1 parent 724b6c9 commit 98d8921
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
7 changes: 5 additions & 2 deletions R/align_taxa.R
Original file line number Diff line number Diff line change
Expand Up @@ -156,8 +156,10 @@
#' @examples
#' \donttest{
#'
#' resources <- load_taxonomic_resources()
#'
#' # example 1
#' align_taxa(c("Poa annua", "Abies alba"))
#' align_taxa(c("Poa annua", "Abies alba"), resources=resources)
#'
#' # example 2
#' input <- c("Banksia serrata", "Banksia serrate", "Banksia cerrata",
Expand All @@ -167,7 +169,8 @@
#' APCalign::align_taxa(
#' original_name = input,
#' identifier = "APCalign test",
#' full = TRUE
#' full = TRUE,
#' resources=resources
#' )
#'
#' }
Expand Down
7 changes: 5 additions & 2 deletions man/align_taxa.Rd

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

0 comments on commit 98d8921

Please sign in to comment.