mirror of
https://github.com/msberends/AMR.git
synced 2025-07-11 12:22:01 +02:00
(v1.5.0.9016) only_rsi_columns update, documentation
This commit is contained in:
@ -8,7 +8,7 @@ guess_ab_col(
|
||||
x = NULL,
|
||||
search_string = NULL,
|
||||
verbose = FALSE,
|
||||
only_rsi_columns = any(is.rsi(x))
|
||||
only_rsi_columns = FALSE
|
||||
)
|
||||
}
|
||||
\arguments{
|
||||
@ -18,7 +18,7 @@ guess_ab_col(
|
||||
|
||||
\item{verbose}{a logical to indicate whether additional info should be printed}
|
||||
|
||||
\item{only_rsi_columns}{a logical to indicate whether only antibiotic columns must be detected that were \href{[rsi]}{transformed to class \verb{<rsi>}} on beforehand. Defaults to \code{TRUE} if any column of \code{x} is of class \verb{<rsi>}.}
|
||||
\item{only_rsi_columns}{a logical to indicate whether only antibiotic columns must be detected that were \href{[rsi]}{transformed to class \verb{<rsi>}} on beforehand (defaults to \code{FALSE})}
|
||||
}
|
||||
\value{
|
||||
A column name of \code{x}, or \code{NULL} when no result is found.
|
||||
|
Reference in New Issue
Block a user