Re: [R] help with read.table() function

2006-01-29 Thread Gabor Grothendieck
Normally one expects stdin to be the default on command line programs and something like file.choose to be the default on GUI programs and this would break that expectation. If there were a GUI version of read.table then that would reasonbly have file.choose as the default. On 1/29/06, Duncan Mur

Re: [R] help with read.table() function

2006-01-29 Thread Duncan Murdoch
On 1/29/2006 11:28 AM, oliver wee wrote: > hi, > > Sorry again to bother you, but I got the file.choose() > to work. Thanks for the help there. > > Unfortunately I encountered a new problem. After I > selected the data, I got this error message: > > Error in scan(file = file, what = what, sep =

Re: [R] help with read.table() function

2006-01-29 Thread Peter Dalgaard
Romain Francois <[EMAIL PROTECTED]> writes: > Le 29.01.2006 16:26, oliver wee a écrit : > > >hello, I have just started using R for doing a project > >in time series... > > > >unfortunately, I am having trouble using the > >read.table function for use in reading my data set. > > > >This is what I

Re: [R] help with read.table() function

2006-01-29 Thread Romain Francois
Le 29.01.2006 16:26, oliver wee a écrit : >hello, I have just started using R for doing a project >in time series... > >unfortunately, I am having trouble using the >read.table function for use in reading my data set. > >This is what I'm getting: >I inputted: >data <- >read.table("D:/Oliver/Profes

[R] help with read.table() function

2006-01-29 Thread oliver wee
hello, I have just started using R for doing a project in time series... unfortunately, I am having trouble using the read.table function for use in reading my data set. This is what I'm getting: I inputted: data <- read.table("D:/Oliver/Professional/Studies/Time Series Analysis/spdc2693.data", h