Hello,

Is file("out.txt", open="wt", encoding=ISOLatin1)
(resp: MacRoman, WinAnsi) broken/unimplemented ?

I am trying:
zz <- file("out.txt", open="wt", encoding=ISOLatin1)
cat(ASCII,file = zz, sep="\n")
close(zz)

on R162 for MacOs (carbon).

Thanks.
-- 
------------------------------------------------------------------------------
Jean-Pierre Muller
SSP / UNIL /  BFSH2 / CH-1015 Lausanne

______________________________________________
[EMAIL PROTECTED] mailing list
https://www.stat.math.ethz.ch/mailman/listinfo/r-help

Reply via email to