Displaying 1 result from an estimated 1 matches for "rm_jp".
Did you mean:
ja_jp
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...age")
> RM_DE <- c("Luzerneheu","Lurzernegr?nmehl","Luzernesilage")
> 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(f...