Skip to content

Commit

Permalink
remove traitsearch eg that was failing
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Aug 10, 2020
1 parent 63c2dc6 commit ad79d82
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions R/traitsearch.R
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,6 @@
#' summary(as.numeric(res$data$massing))
#'
#' traitsearch(taxon = "aves", has_mass = TRUE, limit = 100)
#'
#' # curl options
#' traitsearch(has_mass = TRUE, limit = 10, callopts = list(verbose = TRUE))
#' }
traitsearch <- function(taxon = NULL, has_mass = FALSE, has_length = FALSE,
has_sex = FALSE, has_lifestage = FALSE, length_type = NULL, length = NULL,
Expand Down
3 changes: 0 additions & 3 deletions man/traitsearch.Rd

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

0 comments on commit ad79d82

Please sign in to comment.