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

(v1.4.0.9022) small bugfix

This commit is contained in:
2020-11-16 20:02:20 +01:00
parent deefce9520
commit 93428415d0
13 changed files with 19 additions and 20 deletions

View File

@ -598,7 +598,7 @@ mo_validate <- function(x, property, language, ...) {
}
if (property == "mo") {
return(to_class_mo(x))
return(set_clean_class(x, new_class = c("mo", "character")))
} else if (property == "snomed") {
return(as.double(eval(parse(text = x))))
} else {