mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 13:42:04 +02:00
fix antibiotics error
This commit is contained in:
@ -513,8 +513,9 @@ mo_is_intrinsic_resistant <- function(x, ab, language = get_AMR_locale(), keep_s
|
||||
)
|
||||
}
|
||||
|
||||
# runs against internal vector: INTRINSIC_R (see zzz.R)
|
||||
paste(x, ab) %in% INTRINSIC_R
|
||||
# runs against internal vector: intrinsic_resistant (see zzz.R)
|
||||
add_intrinsic_resistance_to_AMR_env()
|
||||
paste(x, ab) %in% AMR_env$intrinsic_resistant
|
||||
}
|
||||
|
||||
#' @rdname mo_property
|
||||
|
Reference in New Issue
Block a user