[R] print and read.table commands

2008-06-02 Thread Paul Adams
  Hello to everyone, I am new to programming in R and am having trouble with the following two commands 1.I am running a simple 1 line script read.table(file=C:\\Document and Settings\\All Users\\Desktop\\colon cancer.txt) and the error message I get is Error in file (file, r): cannot open the

Re: [R] print and read.table commands

2008-06-02 Thread Richardson, Patrick
?read.table And don't forget the at the end of your filename HTH -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Paul Adams Sent: Monday, June 02, 2008 2:34 PM To: r-help@r-project.org Subject: [R] print and read.table commands Hello to everyone, I

Re: [R] print and read.table commands

2008-06-02 Thread Henrique Dallazuanna
Try this: path - file.choose() 1) read.table(path) 2) file.show(path) On Mon, Jun 2, 2008 at 3:33 PM, Paul Adams [EMAIL PROTECTED] wrote: Hello to everyone, I am new to programming in R and am having trouble with the following two commands 1.I am running a simple 1 line script