mirror of
https://github.com/msberends/AMR.git
synced 2025-07-09 04:02:19 +02:00
(v1.7.1.9050) fix for as.mo
This commit is contained in:
2
R/mo.R
2
R/mo.R
@ -803,7 +803,7 @@ exec_as.mo <- function(x,
|
||||
perl = TRUE)), uncertainty = -1)
|
||||
next
|
||||
}
|
||||
if (x_backup_without_spp[i] %like_case% "haemoly.*strep") {
|
||||
if (x_backup_without_spp[i] %like_case% "ha?emoly.*strep") {
|
||||
# Haemolytic streptococci in different languages
|
||||
x[i] <- lookup(mo == "B_STRPT_HAEM", uncertainty = -1)
|
||||
next
|
||||
|
Reference in New Issue
Block a user