On Sat, 26 Sep 2009 01:58:38 -0400 Derek Foo <kc.de...@gmail.com> wrote:

DF> I am trying to read in a csv file with column such as
DF> "\\LS01\Processor(_Total)\% Processor Time" with the command
DF> read.csv("file"). However, the column name in the resulted data
DF> frame is changed to "X..LS01.Processor._Total....Processor.Time".

Yous should maybe specify a unique separator for the columns which is
not existant in your colum name strings. Otherwise things might get
messed up.

It is not clear what the separator is in your example since you did not
show the numbers. Probably it is "\" so you have to specify it as such.
?read.csv

Stefan

______________________________________________
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