50% off | Unlimited Data & AI Learning

Last chance! 50% off unlimited learning

Sale ends in


dad (version 4.1.6)

summary.folder: Summarize a folder

Description

Summarize an object of class folder.

Usage

# S3 method for folder
summary(object, ...)

Value

A list, each element of it contains the summary of the corresponding element of object. This list has an attribute attr(, "same.rows").

Arguments

object

object of class folder that is a list of data frames with the same column names.

...

further arguments passed to or from other methods.

Author

Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard

See Also

folder: object of class folder. as.folder.data.frame: build an object of class folder from a data frame.

Examples

Run this code
data(iris)

iris.fold <- as.folder(iris, "Species")
summary(iris.fold)

Run the code above in your browser using DataLab