1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 15:21:58 +02:00
This commit is contained in:
2024-04-23 09:34:05 +02:00
parent 2899b3c840
commit 35f095cceb
3 changed files with 4 additions and 4 deletions

View File

@ -294,7 +294,7 @@ antibiogram <- function(x,
} else if (mo_transform == "name") {
x$`.mo` <- mo_name(x$`.mo`, language = language)
} else {
x$`.mo` <- mo_property(x$`.mo`, language = language)
x$`.mo` <- mo_property(x$`.mo`, property = mo_transform, language = language)
}
x$`.mo`[is.na(x$`.mo`)] <- "(??)"