Displaying 1 result from an estimated 1 matches for "ls01".
Did you mean:
lm01
2009 Sep 26
4
data frame's column names not the same as in CSV
Hello,
I am trying to read in a csv file with column such as
"\\LS01\Processor(_Total)\% Processor Time" with the command
read.csv("file"). However, the column name in the resulted data frame is
changed to "X..LS01.Processor._Total....Processor.Time".
Strangely, when I experimented with just reading the csv with the "head"
flag se...