Displaying 1 result from an estimated 1 matches for "rm_cn".
Did you mean:
rm_cr
2010 May 19
1
Multiple language output - Correct in RGui, wrong in .txt after sink()
...;- c("Alfalfa hay","Alfalfa meal","Alfalfa silage")
> 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...