search for: rmlang

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

Did you mean: mlang
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...??? ????","?????????? ?????") > 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$RM_EN[i]),"\n",sep="") + cat(format("Deutsch", widt...