Re: [R] question about loading date file in R

2009-02-23 Thread Yihui Xie
The interface is so self-explaining... Data --> Import data --> text files... # pls don't mind :) library(fortunes) fortune(15) Regards, Yihui -- Yihui Xie Phone: +86-(0)10-82509086 Fax: +86-(0)10-82509086 Mobile: +86-15810805877 Homepage: http://www.yihui.name School of Statistics, Room 1037, M

[R] question about loading date file in R

2009-02-23 Thread 850426
I am trying to load a .csv file in the R commander, but the output window always showed that "Error: bad restore file magic number(file may be corrupted)--no data loaded". Did any one know why does this happen? btw, I can open this file in commander by "open script file". Many thanks! -- View th