Re: [R] incomplete final line found by readTableHeader

2012-10-24 Thread Milan Bouchet-Valat
Le mardi 23 octobre 2012 à 20:36 -0700, Shane2012 a écrit : > Thanks, Jeff > This is from a course, but the course is just needed to take some > slides for presentation. I just learn R by myself, and want this skill > more practical. So I try to use the innovative way to perform a more > profession

Re: [R] incomplete final line found by readTableHeader

2012-10-24 Thread Shane2012
Thanks, JeffThis is from a course, but the course is just needed to take some slides for presentation. I just learn R by myself, and want this skill more practical. So I try to use the innovative way to perform a more professional presentation.hence, no worry about the homework support issue. Ho

Re: [R] incomplete final line found by readTableHeader

2012-10-23 Thread David Winsemius
On Oct 23, 2012, at 8:12 PM, Jeff Newmiller wrote: > Keep in mind that this is NOT a homework support list... you are supposed to > use the support provided by your educational institution if you are in a > course. Read the posting guide mentioned in the footer of every email. > > FWIW, as des

Re: [R] incomplete final line found by readTableHeader

2012-10-23 Thread Jeff Newmiller
Keep in mind that this is NOT a homework support list... you are supposed to use the support provided by your educational institution if you are in a course. Read the posting guide mentioned in the footer of every email. FWIW, as described your problem is with Excel, and this is not an Excel sup

[R] incomplete final line found by readTableHeader

2012-10-23 Thread Shane2012
Hello, I am trying to read in an Excel file that I saved as a .csv so I can analyze my assignment data! I am getting really frustrated because this is what I keep getting: Warning message: In read.table("CityData.CSV", sep = "/", header = T) : incomplete final line found by readTableHeader o

Re: [R] incomplete final line found by readTableHeader on 'test.csv'

2012-02-16 Thread Berend Hasselman
On 17-02-2012, at 05:58, chuck.01 wrote: > Hello, > I have recently had issues with read.csv where i get the following warning, > and this happens on both my OSX and Linux machines. Here is the warning > and an example CSV file is attached: > > Warning message: > In read.table(file = file, he

[R] incomplete final line found by readTableHeader on 'test.csv'

2012-02-16 Thread chuck.01
Hello, I have recently had issues with read.csv where i get the following warning, and this happens on both my OSX and Linux machines. Here is the warning and an example CSV file is attached: Warning message: In read.table(file = file, header = header, sep = sep, quote = quote, : incomplete

Re: [R] incomplete final line found by readTableHeader

2010-04-08 Thread Leonardo K. Shikida
sorry, it was read, indeed. TIA Leonardo K. Shikida Vetta Labs +55(31)2551-6936 ext 203 http://www.vettalabs.com On Thu, Apr 8, 2010 at 3:43 PM, David Winsemius wrote: > > On Apr 8, 2010, at 2:14 PM, Leonardo K. Shikida wrote: > >> Hi >> >> I am trying this >> >>> x <- read.table("/home/kenj

Re: [R] incomplete final line found by readTableHeader

2010-04-08 Thread David Winsemius
On Apr 8, 2010, at 2:14 PM, Leonardo K. Shikida wrote: Hi I am trying this x <- read.table("/home/kenji/1245/GDS1_2grps_.cls", header = F, skip = 2) x <- read.table("/home/kenji/1246/MYCset.cls", header = F, skip = 2) Warning message: In read.table("/home/kenji/1246/MYCset.cls", header =

[R] incomplete final line found by readTableHeader

2010-04-08 Thread Leonardo K. Shikida
Hi I am trying this > x <- read.table("/home/kenji/1245/GDS1_2grps_.cls", header = F, skip = 2) > x <- read.table("/home/kenji/1246/MYCset.cls", header = F, skip = 2) Warning message: In read.table("/home/kenji/1246/MYCset.cls", header = F, skip = 2) : incomplete final line found by readTableHe