On Mon, 8 Apr 2019 18:41:16 +0300
kostas zogopoulos <kostasz...@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

______________________________________________
R-help@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.

Reply via email to