Re: [R] error in importing text files

2009-05-18 Thread jim holtman
assign characters five and six to > another vector called day? If so, how do I do this? > > Thanks again, > > Eric S McKibben > Industrial-Organizational Psychology Graduate Student > Clemson University > Clemson, SC > - Original Message - From: > To: "E

Re: [R] error in importing text files

2009-05-18 Thread Eric McKibben
- Original Message - From: To: "Eric McKibben" Cc: ; Sent: Monday, May 18, 2009 11:01 AM Subject: Re: [R] error in importing text files Eric, The error suggests that the file has an inconsistent number of attributes. You should inspect the file to make sure that each line has the s

Re: [R] error in importing text files

2009-05-18 Thread Steve_Friedman
Eric, The error suggests that the file has an inconsistent number of attributes. You should inspect the file to make sure that each line has the same number of expected attributes (columns). If one or more is missing, it suggests that the data collection process from the Palm Pilot is not what