Skip to content

Commit

Permalink
remove link in vert_id manual file
Browse files Browse the repository at this point in the history
  • Loading branch information
sckott committed May 13, 2021
1 parent a768ec8 commit 922ea0a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
9 changes: 4 additions & 5 deletions R/vert_id.R
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@
#' @export
#' @param ids (character) VertNet IDs, one or more. Required.
#' @param compact (logical) Return a compact data frame. That is, remove
#' empty columns. Default: \code{TRUE}
#' empty columns. Default: `TRUE`
#' @param messages (logical) Print progress and information messages.
#' Default: \code{TRUE}
#' @param ... Curl arguments passed on to \code{\link[crul]{HttpClient}}
#' Default: `TRUE`
#' @param ... Curl arguments passed on to [crul::HttpClient]
#'
#' @return A list, with data frame of search results, and list of metadata
#' @references \url{http://bit.ly/vertnet-wiki}
#' @details VertNet IDs can be a variety of things, some URIs
#' (i.e., with http://...), while others start with \code{urn}.
#' (i.e., with http://...), while others start with `urn`.
#'
#' Internally in this function we filter data to darwin core terms only. To
#' see what terms we use, do
Expand Down
5 changes: 1 addition & 4 deletions man/vert_id.Rd

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

0 comments on commit 922ea0a

Please sign in to comment.