1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-08 20:41:58 +02:00

update languages

This commit is contained in:
2022-08-20 20:17:14 +02:00
parent 3f2f60ab77
commit 7226b70c3d
15 changed files with 653 additions and 446 deletions

View File

@ -65,6 +65,7 @@ as.disk <- function(x, na.rm = FALSE) {
if (na.rm == TRUE) {
x <- x[!is.na(x)]
}
x[trimws(x) == ""] <- NA
x.bak <- x
na_before <- length(x[is.na(x)])