Skip to content
Prev 279042 / 398502 Next

Replace columns in a data.frame randomly splitted

I repeat myself:

Any more automated solution will depend on whether your data has
rownames or not. [...] create a plain text representation of R data
using the dput() command.

Another way that might make more sense is to cbind() the data you need
later on before the split and then it will be carried through.

Michael
On Thu, Dec 1, 2011 at 2:54 AM, agent dunham <crosspide at hotmail.com> wrote: