Hello dear R help group,

I am trying to read a .txt file, with Hebrew column names, while keeping the
column names looking well in R - but without success.

I uploaded an example file to:
http://www.talgalili.com/files/aa.txt

And am trying the command:
read.table("http://www.talgalili.com/files/aa.txt";, header = T, sep = "\t")

This returns me with:

  X.....ª X...ª...... X...œ....
1      12          97         6
2     123         354        44
3       6           1         3

Instead of:

אחת  שתיים      שלוש
12      97      6
123     354     44
6       1       3


Any suggestion or clarification will be appreciated.

Best,
Tal







----------------Contact
Details:-------------------------------------------------------
Contact me: tal.gal...@gmail.com |  972-52-7275845
Read me: www.talgalili.com (Hebrew) | www.biostatistics.co.il (Hebrew) |
www.r-statistics.com/ (English)
----------------------------------------------------------------------------------------------

        [[alternative HTML version deleted]]

______________________________________________
R-help@r-project.org mailing list
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