Skip to content
Prev 105581 / 398506 Next

from "table" to "dataframe"

It is easy to force a table into a data.frame and still keep the
tabular structure, but I am not sure why you would want to do that.

data.frame(df2[])

The columns of a data.frame are independent variables.
The columns of df2 don't stand on their own.


---- Original message ----
I tryed this
like this: