object of class foldert with the same row names. An object of class foldert is a list of data frames with the same column names, each of them corresponding to a time of observation.
row.names, optional
for consistency with as.data.frame. as.data.frame.foldert does not take them into account.
...
further arguments passed to or from other methods.
group.name
the name of the grouping variable. It is the name of the last column of the returned data frame.
As the observations are indexed by time, the default value is group.name = "time".
Author
Rachid Boumaza, Pierre Santagostini, Smail Yousfi, Gilles Hunault, Sabine Demotes-Mainard
Details
as.data.frame.foldert uses as.data.frame.folder.
See Also
foldert: object of class foldert.
as.foldert.data.frame: build an object of class foldert from a data frame.
as.foldert.array: build an object of class foldert from a \(3d\)-array.