1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 18:01:50 +02:00

speed improvement eucast_rules(), support more old MO codes

This commit is contained in:
2019-05-20 12:00:18 +02:00
parent b0033dae1b
commit 4ca00e1868
35 changed files with 590 additions and 683 deletions

View File

@ -110,8 +110,7 @@ mdro <- function(x,
}
cols_ab <- get_column_abx(tbl = x,
...)
cols_ab <- get_column_abx(x = x, verbose = verbose)
AMC <- cols_ab['AMC']
AMK <- cols_ab['AMK']