Skip to content

How to use read.table with Hebrew column names ?

4 messages · Tal Galili, David Winsemius

#
You might try:

read.table("http://www.talgalili.com/files/aa.txt", header = T,  
fileEncoding = "UTF-8", sep = "\t")
2 days later