mirror of
https://github.com/msberends/AMR.git
synced 2025-07-18 01:23:16 +02:00
(v2.1.1.9159) new approach as.ab()
This commit is contained in:
@ -7,7 +7,8 @@
|
||||
\alias{ab_reset_session}
|
||||
\title{Transform Input to an Antibiotic ID}
|
||||
\usage{
|
||||
as.ab(x, flag_multiple_results = TRUE, info = interactive(), ...)
|
||||
as.ab(x, flag_multiple_results = TRUE, language = get_AMR_locale(),
|
||||
info = interactive(), ...)
|
||||
|
||||
is.ab(x)
|
||||
|
||||
@ -18,6 +19,8 @@ ab_reset_session()
|
||||
|
||||
\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{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}
|
||||
@ -74,7 +77,6 @@ as.ab("J01FA01")
|
||||
as.ab("J 01 FA 01")
|
||||
as.ab("Erythromycin")
|
||||
as.ab("eryt")
|
||||
as.ab(" eryt 123")
|
||||
as.ab("ERYT")
|
||||
as.ab("ERY")
|
||||
as.ab("eritromicine") # spelled wrong, yet works
|
||||
|
Reference in New Issue
Block a user