Skip to content

How to use read.table with Hebrew column names ?

4 messages · milton ruser, Tal Galili, David Winsemius

#
On Jan 1, 2010, at 4:47 PM, Tal Galili wrote:

            
Unable to reproduce:

 > read.table("http://www.talgalili.com/files/aa.txt", header = T, sep =
+ "\t")
   ??? ????? ????
1  12    97    6
2 123   354   44
3   6     1    3

 > sessionInfo()
R version 2.10.1 RC (2009-12-09 r50695)
x86_64-apple-darwin9.8.0

locale:
[1] en_US.UTF-8/en_US.UTF-8/C/C/en_US.UTF-8/en_US.UTF-8

attached base packages:
[1] stats     graphics  grDevices utils     datasets  methods   base

loaded via a namespace (and not attached):
[1] cluster_1.12.1  grid_2.10.1     Hmisc_3.7-0     lattice_0.17-26  
tools_2.10.1
 >

I suspect you will need to be more specific about your setup  
details... OS ... encodings  ... the sort of think that comes from  
sessionInfo.
David Winsemius, MD
Heritage Laboratories
West Hartford, CT