stackTables | R Documentation |
stackTables
stacks the tables of an object of
class Dasst
.
stackTables(object)
object |
Object of class
|
This function stacks the tables of an object of class
Dasst
. The result is given as a
data.frame
.
A data.frame
composed of the stacked
tables.
data(plantGrowth) nrow(plantGrowth[[1]]) nrow(plantGrowth[[2]]) plantgro12 <- stackTables(plantGrowth[1:2]) nrow(plantgro12)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.