On 2020/10/20 17:23, Dr Eberhard W Lisse wrote:> ?file.write() > > look for fileEncoding? > > el >There is no file.write(). I have tried fileEncoding = "utf8" and "latin1" in write.csv(). However, it does not have effect. The output is is <U+00C5>land or <c5>land. Best, Jinsong> On 20/10/2020 11:13, Jinsong Zhao wrote: >> Hi there, >> >> I tried to export the names of country to a csv file with write.csv(). In the resulted file, ?land was coverted to <c5>land. Is there any way could prevent this happening? Thanks! >> >>> abc >> [1] "?land" >>> write.table(abc, file = "") >> "x" >> "1" "<c5>land" >> >> Best, >> Jinsong >> >> ______________________________________________ >> R-help at r-project.org mailing list -- To UNSUBSCRIBE and more, see >> https://stat.ethz.ch/mailman/listinfo/r-help >> PLEASE do read the posting guide http://www.R-project.org/posting-guide.html >> and provide commented, minimal, self-contained, reproducible code. >
Apologies, I meant ?write.table() el On 20/10/2020 12:38, Jinsong Zhao wrote:> On 2020/10/20 17:23, Dr Eberhard W Lisse wrote: >> ?file.write() >> >> look for fileEncoding? >> >> el >> > > There is no file.write(). I have tried fileEncoding = "utf8" and > "latin1" in write.csv(). However, it does not have effect. The output > is is <U+00C5>land or <c5>land. > > Best, > Jinsong[...] -- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist el at lisse.NA / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply
Perhaps ?readr::write_delim() el On 20/10/2020 12:45, Dr Eberhard W Lisse wrote:> Apologies, > > I meant > > ?write.table() > > el > > On 20/10/2020 12:38, Jinsong Zhao wrote: >> On 2020/10/20 17:23, Dr Eberhard W Lisse wrote: >>> ?file.write() >>> >>> look for fileEncoding? >>> >>> el >>> >> >> There is no file.write(). I have tried fileEncoding = "utf8" and >> "latin1" in write.csv(). However, it does not have effect. The output >> is is <U+00C5>land or <c5>land. >> >> Best, >> Jinsong > [...] > >-- Dr. Eberhard W. Lisse \ / Obstetrician & Gynaecologist el at lisse.NA / * | Telephone: +264 81 124 6733 (cell) PO Box 8421 Bachbrecht \ / If this email is signed with GPG/PGP 10007, Namibia ;____/ Sect 20 of Act No. 4 of 2019 may apply