| stackTables {Dasst} | R Documentation |
Stack the tables of an object of class Dasst
Description
stackTables stacks the tables of an object of
class Dasst.
Usage
stackTables(object)
Arguments
object |
Object of class
|
Details
This function stacks the tables of an object of class
Dasst. The result is given as a
data.frame.
Value
A data.frame composed of the stacked
tables.
Examples
data(plantGrowth)
nrow(plantGrowth[[1]])
nrow(plantGrowth[[2]])
plantgro12 <- stackTables(plantGrowth[1:2])
nrow(plantgro12)
[Package Dasst version 0.3.4 Index]