Skip to content

Commit 1a8285e

Browse files
authored
Merge pull request #303 from jranke/patch-1
Documentation fix for get_cid()
2 parents 796511f + 39fd170 commit 1a8285e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

R/pubchem.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#' @param domain character; query domain, can be one of \code{"compound"},
77
#' \code{"substance"}, \code{"assay"}.
88
#' @param match character; How should multiple hits be handled?, \code{"all"}
9-
#' all matches are returned, \code{"best"} the best matching is returned,
9+
#' all matches are returned, \code{"first"} the first matching is returned,
1010
#' \code{"ask"} enters an interactive mode and the user is asked for input,
1111
#' \code{"na"} returns NA if multiple hits are found.
1212
#' @param verbose logical; should a verbose output be printed on the console?

man/get_cid.Rd

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)