Raw Message
Message-ID: <4d1fa518b02e6_25d10c20e74139@weasel15.tmail>
Date: 2011-01-01T22:05:12Z
From: Victor F Seabra
Subject: problem with read.table
Dear all,
Please, when I use the command:
table1<-read.table("table1.txt", header=TRUE, sep="\t")
cells that contain \ u 2264 (corresponding to <= sign) get imported as \ \
u2264.
which causes the need to manually edit each cell using the fix command.
Is there a way to fix that?
thanks, Victor