Learn R Programming

IRanges (version 2.6.0)

DataFrameList-class: List of DataFrames

Description

Represents a list of DataFrame objects. The SplitDataFrameList class contains the additional restriction that all the columns be of the same name and type. Internally it is stored as a list of DataFrame objects and extends List.

Arguments

See Also

DataFrame, RangedData, which uses a DataFrameList to split the data by the spaces.