mirror of
https://github.com/msberends/AMR.git
synced 2025-12-14 03:10:36 +01:00
fix for antibiogram(), transform WHONET data set to sir
This commit is contained in:
2
R/ab.R
2
R/ab.R
@@ -249,8 +249,6 @@ as.ab <- function(x, flag_multiple_results = TRUE, info = interactive(), ...) {
|
||||
next
|
||||
}
|
||||
|
||||
print("here")
|
||||
|
||||
# length of input is quite long, and Levenshtein distance is only max 2
|
||||
if (nchar(x[i]) >= 10) {
|
||||
levenshtein <- as.double(utils::adist(x[i], AMR_env$AB_lookup$generalised_name))
|
||||
|
||||
Reference in New Issue
Block a user