Skip to content

Commit

Permalink
remove final plyr from examples
Browse files Browse the repository at this point in the history
  • Loading branch information
slager committed Feb 8, 2024
1 parent 9febef5 commit 7160ae5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions R/vertsearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,7 @@
#' # c) returns a non-specific result
#' splist <- c("mustela nivalis", "mustela erminea")
#' out <- lapply(splist, function(x) vertsearch(taxon = x, lim = 500))
#' library("plyr")
#' out <- ldply(lapply(out, "[[", "data"))
#' out <- dplyr::bind_rows(lapply(out, "[[", "data"))
#' vertmap(out)
#'
#' # curl options
Expand Down
3 changes: 1 addition & 2 deletions man/vertsearch.Rd

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

0 comments on commit 7160ae5

Please sign in to comment.