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

update mo algorithm

This commit is contained in:
2022-12-20 16:14:04 +01:00
parent b1b7534c78
commit f0a2cdbf5e
21 changed files with 48772 additions and 48747 deletions

View File

@ -840,7 +840,7 @@ mo_validate <- function(x, property, language, keep_synonyms = keep_synonyms, ..
} else if (property == "snomed") {
return(sort(as.character(eval(parse(text = x)))))
} else {
# everything else is character
# everything else as character
return(as.character(x))
}
}