Skip to content

Commit

Permalink
Update documentation for ncbi_link()
Browse files Browse the repository at this point in the history
  • Loading branch information
stitam committed Aug 21, 2024
1 parent 6978b3e commit 2237883
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
2 changes: 2 additions & 0 deletions R/ncbi_link.R
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
#' \code{ncbi_dbs()} lists all available options.
#' @param to character; the database in which the function should look for links.
#' \code{ncbi_dbs()} lists all available options.
#' @param multiple character; handling of rows in x with multiple matches in y.
#' For more information see `?dplyr::left_join()`.
#' @param batch_size integer; the number of search terms to query at once. If
#' the number of search terms is larger than \code{batch_size}, the search terms
#' are split into batches and queried separately.
Expand Down
3 changes: 3 additions & 0 deletions man/ncbi_link.Rd

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

0 comments on commit 2237883

Please sign in to comment.