mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 10:21:56 +02:00
add labels_rsi_count
This commit is contained in:
@ -36,7 +36,7 @@
|
||||
#' ab_umcg("amcl") # AMCL
|
||||
ab_property <- function(x, property = 'official') {
|
||||
property <- property[1]
|
||||
if (!property %in% colnames(antibiotics)) {
|
||||
if (!property %in% colnames(AMR::antibiotics)) {
|
||||
stop("invalid property: ", property, " - use a column name of the `antibiotics` data set")
|
||||
}
|
||||
if (!is.atc(x)) {
|
||||
|
Reference in New Issue
Block a user