Skip to content
Prev 366552 / 398502 Next

How to automatically create data frames from an existing one?

I do not understand why you want to take a perfectly good data frame
and split it into a whole bunch of single-column data frames instead
of working with it as-is. The latter seems like an awkward and
unnecessary thing to do.

If you explain what you're trying to do, we can help. Referencing
MATLAB code isn't useful, because R does not have the same underlying
way of working.

You can readily use columns of a data frame in other operations
without doing this.

Sarah
On Wed, Jan 11, 2017 at 6:53 AM, Tunga Kantarc? <tungakantarci at gmail.com> wrote: