mirror of
https://github.com/msberends/AMR.git
synced 2025-07-21 00:13:21 +02:00
(v2.1.1.9233) chore: make all argument texts full sentences
This commit is contained in:
@ -15,15 +15,15 @@ is.ab(x)
|
||||
ab_reset_session()
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{A \link{character} vector to determine to antibiotic ID}
|
||||
\item{x}{A \link{character} vector to determine to antibiotic ID.}
|
||||
|
||||
\item{flag_multiple_results}{A \link{logical} to indicate whether a note should be printed to the console that probably more than one antibiotic drug code or name can be retrieved from a single input value.}
|
||||
|
||||
\item{language}{Language to coerce input values from any of the 20 supported languages - default to the system language if supported (see \code{\link[=get_AMR_locale]{get_AMR_locale()}})}
|
||||
\item{language}{Language to coerce input values from any of the 20 supported languages - default to the system language if supported (see \code{\link[=get_AMR_locale]{get_AMR_locale()}}).}
|
||||
|
||||
\item{info}{A \link{logical} to indicate whether a progress bar should be printed - the default is \code{TRUE} only in interactive mode}
|
||||
\item{info}{A \link{logical} to indicate whether a progress bar should be printed - the default is \code{TRUE} only in interactive mode.}
|
||||
|
||||
\item{...}{Arguments passed on to internal functions}
|
||||
\item{...}{Arguments passed on to internal functions.}
|
||||
}
|
||||
\value{
|
||||
A \link{character} \link{vector} with additional class \code{\link{ab}}
|
||||
|
Reference in New Issue
Block a user