[R] problem with rbind when data frame contains an date-time variable POSIXt POSIXlt

2011-02-17 Thread Andrew Anglemyer
I'm trying to rbind two data frames, both with the same columns names. One of the columns is a variable with date-time and this variable is causing the rbind to fail--giving the error Error in names(value[[jj]])[ri] - nm : 'names' attribute [7568] must be the same length as the vector [9] Is

Re: [R] problem with rbind when data frame contains an date-time variable POSIXt POSIXlt

2011-02-17 Thread Bill.Venables
-boun...@r-project.org [mailto:r-help-boun...@r-project.org] On Behalf Of Andrew Anglemyer Sent: Friday, 18 February 2011 3:54 PM To: r-help@r-project.org Subject: [R] problem with rbind when data frame contains an date-time variable POSIXt POSIXlt I'm trying to rbind two data frames, both

Re: [R] problem with rbind when data frame contains an date-time variable POSIXt POSIXlt

2011-02-17 Thread Andrew Anglemyer
Anglemyer Sent: Friday, 18 February 2011 3:54 PM To: r-help@r-project.org Subject: [R] problem with rbind when data frame contains an date-time variable POSIXt POSIXlt I'm trying to rbind two data frames, both with the same columns names. One of the columns is a variable with date-time