search for: rm_kr

Displaying 1 result from an estimated 1 matches for "rm_kr".

Did you mean: rm_cr
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...esilage") > RM_RU <- c("?????????? ????","?????????? ???????? ????","?????????? ?????") > RM_CN <- c("????","????","????") > RM_JP <- c("?????????","??????? ???","??????? ??????") > RM_KR <- c("??? ??","??? ?","??? ????") > > RMLANG <- data.frame(RM_EN,RM_DE,RM_RU,RM_CN,RM_JP,RM_KR) > nrm <- NROW(RMLANG) > > for(i in 1:nrm) + { + cat(format("English", width = 12, justify = c("left")), as.character(RMLANG...