[R] Greek characters in R studio
Ivan Krylov
kry|ov@r00t @end|ng |rom gm@||@com
Tue Apr 9 11:17:33 CEST 2019
On Mon, 8 Apr 2019 18:41:16 +0300
kostas zogopoulos <kostaszogo using gmail.com> wrote:
> How do you read a csv file that contains greek characters as part of
> the header (i.e. α, β etc) in R studio?
Determine the character encoding used in the file (is it UTF-8,
ISO8859-7 or something else?) and pass it as fileEncoding="..."
parameter to read.csv() function.
--
Best regards,
Ivan
More information about the R-help
mailing list