mirror of
https://github.com/msberends/AMR.git
synced 2025-07-08 13:21:50 +02:00
Try to support older R versions
This commit is contained in:
4
R/mdro.R
4
R/mdro.R
@ -91,6 +91,10 @@ MDRO <- function(tbl,
|
||||
|
||||
tbl$MDRO <- 1
|
||||
|
||||
if (guideline$country$code == 'de') {
|
||||
stop("We are still working on German guidelines in this beta version.", call. = FALSE)
|
||||
}
|
||||
|
||||
if (guideline$country$code == 'nl') {
|
||||
# BRMO; Bijzonder Resistente Micro-Organismen
|
||||
aminoglycosides <- aminoglycosides[aminoglycosides %in% colnames(tbl)]
|
||||
|
Reference in New Issue
Block a user