> Just for my understanding: > Is a data.frame with list columns still a data.frame? Isn't it then a list?
* A data.frame (or tibble) is a list of columns. * In which each column must be from the same data type, in this case list(). ______________________________________________ R-help@r-project.org mailing list -- To UNSUBSCRIBE and more, see https://stat.ethz.ch/mailman/listinfo/r-help PLEASE do read the posting guide http://www.R-project.org/posting-guide.html and provide commented, minimal, self-contained, reproducible code.