summary.folder: Summarize a folder

View source: R/summary.folder.R

summary.folderR Documentation

Summarize a folder

Description

Summarize an object of class folder.

Usage

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

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.

Value

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

Author(s)

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

data(iris)

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

dad documentation built on Aug. 30, 2023, 5:06 p.m.