diff --git a/R/pubchem.R b/R/pubchem.R index ca6d2624..3186c9f6 100644 --- a/R/pubchem.R +++ b/R/pubchem.R @@ -6,7 +6,7 @@ #' @param domain character; query domain, can be one of \code{"compound"}, #' \code{"substance"}, \code{"assay"}. #' @param match character; How should multiple hits be handled?, \code{"all"} -#' all matches are returned, \code{"best"} the best matching is returned, +#' all matches are returned, \code{"first"} the first matching is returned, #' \code{"ask"} enters an interactive mode and the user is asked for input, #' \code{"na"} returns NA if multiple hits are found. #' @param verbose logical; should a verbose output be printed on the console? diff --git a/man/get_cid.Rd b/man/get_cid.Rd index 6f684629..6ff5ed70 100644 --- a/man/get_cid.Rd +++ b/man/get_cid.Rd @@ -24,7 +24,7 @@ get_cid( \code{"substance"}, \code{"assay"}.} \item{match}{character; How should multiple hits be handled?, \code{"all"} -all matches are returned, \code{"best"} the best matching is returned, +all matches are returned, \code{"first"} the first matching is returned, \code{"ask"} enters an interactive mode and the user is asked for input, \code{"na"} returns NA if multiple hits are found.}