1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 08:52:15 +02:00

bring back antibiogram(), without deps

This commit is contained in:
2023-02-10 16:18:00 +01:00
parent 70a7ba0206
commit bc434db835
42 changed files with 11307 additions and 4734 deletions

View File

@ -246,7 +246,8 @@ translate_into_language <- function(from,
}
lapply(
seq_len(nrow(df_trans)),
# starting from last row, since more general translations are on top, such as 'Group'
rev(seq_len(nrow(df_trans))),
function(i) {
from_unique_translated <<- gsub(
pattern = df_trans$pattern[i],