Skip to content
Prev 367853 / 398500 Next

inadverted reordering of a df column when it is copied to another df

Hello,

Not an answer to the OP's statement, but

 > class(1L:40000L)
[1] "integer"
 > class(1:40000)
[1] "integer"

When using m:n there's no need for mL  or nL.

Rui Barradas

Em 17-03-2017 16:58, Jeff Newmiller escreveu: