mirror of
https://github.com/msberends/AMR.git
synced 2025-07-10 05:01:58 +02:00
bring back antibiogram()
, without deps
This commit is contained in:
@ -512,7 +512,7 @@ first_isolate <- function(x = NULL,
|
||||
if (!is.null(col_icu)) {
|
||||
if (icu_exclude == TRUE) {
|
||||
if (isTRUE(info)) {
|
||||
message_("Excluding ", format(sum(col_icu, na.rm = TRUE), big.mark = ","), " isolates from ICU.",
|
||||
message_("Excluding ", format(sum(col_icu, na.rm = TRUE), big.mark = " "), " isolates from ICU.",
|
||||
add_fn = font_black,
|
||||
as_note = FALSE
|
||||
)
|
||||
|
Reference in New Issue
Block a user