1
0
mirror of https://github.com/msberends/AMR.git synced 2026-03-31 01:35:57 +02:00
This commit is contained in:
2026-03-20 15:17:34 +01:00
parent 51f689b069
commit d28671c34d
8 changed files with 94 additions and 92 deletions

View File

@@ -448,13 +448,15 @@ first_isolate <- function(x = NULL,
if (!is.null(col_keyantimicrobials)) {
if (isTRUE(info) && message_not_thrown_before("first_isolate", "type")) {
if (type == "keyantimicrobials") {
message_("Basing inclusion on key antimicrobials, ",
message_(
"Basing inclusion on key antimicrobials, ",
ifelse(ignore_I == FALSE, "not ", ""),
"ignoring I"
)
}
if (type == "points") {
message_("Basing inclusion on all antimicrobial results, using a points threshold of ",
message_(
"Basing inclusion on all antimicrobial results, using a points threshold of ",
points_threshold
)
}