Last chance! 50% off unlimited learning
Sale ends in
Summarize an object of class folder
.
# S3 method for folder
summary(object, ...)
A list, each element of it contains the summary of the corresponding element of object
.
This list has an attribute attr(, "same.rows")
.
object of class folder
that is a list of data frames with the same column names.
further arguments passed to or from other methods.
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
folder
: object of class folder
.
as.folder.data.frame
: build an object of class folder
from a data frame.
data(iris)
iris.fold <- as.folder(iris, "Species")
summary(iris.fold)
Run the code above in your browser using DataLab