mirror of
https://github.com/msberends/AMR.git
synced 2025-09-06 04:09:39 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@@ -32,12 +32,8 @@ count_all(..., only_all_tested = FALSE)
|
||||
|
||||
n_sir(..., only_all_tested = FALSE)
|
||||
|
||||
count_df(
|
||||
data,
|
||||
translate_ab = "name",
|
||||
language = get_AMR_locale(),
|
||||
combine_SI = TRUE
|
||||
)
|
||||
count_df(data, translate_ab = "name", language = get_AMR_locale(),
|
||||
combine_SI = TRUE)
|
||||
}
|
||||
\arguments{
|
||||
\item{...}{one or more vectors (or columns) with antibiotic interpretations. They will be transformed internally with \code{\link[=as.sir]{as.sir()}} if needed.}
|
||||
|
Reference in New Issue
Block a user