Re: [R] can't read a file

2013-08-05 Thread Clemence Germaine
I use read.table(file.choose () and that it's work thanks Le 5 août 2013 à 19:05, David Carlson a écrit : > You should copy the exact command you used, but it appears > that your working directory does not contain the file. Make > sure you are in the correct directory with > > getwd() > > t

Re: [R] can't read a file

2013-08-05 Thread David Winsemius
On Aug 5, 2013, at 10:14 AM, John Kane wrote: > No you don't need another format. read.table is the same on any operating > system. > > What is your actual command and what error messages if any? > > It may be a path problem. > On a Mac you can click-hold-drag a file from the Finder window

Re: [R] can't read a file

2013-08-05 Thread John Kane
No you don't need another format. read.table is the same on any operating system. What is your actual command and what error messages if any? It may be a path problem. John Kane Kingston ON Canada > -Original Message- > From: clemence.germa...@gmail.com > Sent: Mon, 5 Aug 2013 17:31:

Re: [R] can't read a file

2013-08-05 Thread David Carlson
You should copy the exact command you used, but it appears that your working directory does not contain the file. Make sure you are in the correct directory with getwd() then change to the correct directory with setwd("directory where data1.txt is located") or select the file interactively wit