mirror of
https://github.com/msberends/AMR.git
synced 2025-09-02 18:24:09 +02:00
(v2.1.1.9126) implemented WISCA! Also added top_n_microorganisms()
and fixed Python wrapper
This commit is contained in:
@@ -47,13 +47,8 @@ ab_url(x, open = FALSE, ...)
|
||||
|
||||
ab_property(x, property = "name", language = get_AMR_locale(), ...)
|
||||
|
||||
set_ab_names(
|
||||
data,
|
||||
...,
|
||||
property = "name",
|
||||
language = get_AMR_locale(),
|
||||
snake_case = NULL
|
||||
)
|
||||
set_ab_names(data, ..., property = "name", language = get_AMR_locale(),
|
||||
snake_case = NULL)
|
||||
}
|
||||
\arguments{
|
||||
\item{x}{any (vector of) text that can be coerced to a valid antibiotic drug code with \code{\link[=as.ab]{as.ab()}}}
|
||||
|
Reference in New Issue
Block a user