Thursday 28 July 2016

r - data.frame into structure(list())

How can I transform a data.frame in my workspace into a structure(list())-form like HERE in order to share it with this community. Always been asking this myself.



Let's take the built-in dataframe mtcars.



Thank you.

No comments:

Post a Comment

c++ - Does curly brackets matter for empty constructor?

Those brackets declare an empty, inline constructor. In that case, with them, the constructor does exist, it merely does nothing more than t...