Re: [R] Greek characters in R studio

2019-04-10 Thread Barry Rowlingson
What have you tried? read.table works perfectly for me with no language or encoding arguments. Here's a text file at the Linux command line: $ cat greek.csv α, β 1,2 3,4 I just have to tell it to use comma separators and there is a header line. Here's R: >

Re: [R] Greek characters in R studio

2019-04-09 Thread Ivan Krylov
On Mon, 8 Apr 2019 18:41:16 +0300 kostas zogopoulos 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

[R] Greek characters in R studio

2019-04-08 Thread kostas zogopoulos
How do you read a csv file that contains greek characters as part of the header (i.e. α, β etc) in R studio? Thanks in advance! [[alternative HTML version deleted]] __ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see