Skip to content

Commit

Permalink
fix somes egs
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed Jan 18, 2017
1 parent df922fc commit 8577c3d
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 10 deletions.
2 changes: 1 addition & 1 deletion R/get_wormsid.R
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
#' get_wormsid_("Plat", rows=1)
#' get_wormsid_("Plat", rows=1:2)
#' get_wormsid_("Plat", rows=1:75)
#' get_wormsid_(c("asdfadfasd","Plat"), rows=1:5)
#' # get_wormsid_(c("asdfadfasd","Plat"), rows=1:5)
#' }
get_wormsid <- function(query, searchtype = "scientific", accepted = FALSE,
ask = TRUE, verbose = TRUE, rows = NaN, ...) {
Expand Down
4 changes: 0 additions & 4 deletions R/iucn_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,6 @@
#'
#' # a name not found
#' iucn_id("Foo bar")
#'
#' # curl options
#' library("httr")
#' iucn_id("Branta canadensis", config = verbose())
#' }
iucn_id <- function(sciname, ...) {
out <- list()
Expand Down
2 changes: 1 addition & 1 deletion man/get_wormsid.Rd

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

4 changes: 0 additions & 4 deletions man/iucn_id.Rd

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

0 comments on commit 8577c3d

Please sign in to comment.