powered by
stackTables stacks the tables of an object of class '>Dasst.
stackTables
'>Dasst
stackTables(object)
Object of class '>Dasst.
A data.frame composed of the stacked tables.
data.frame
This function stacks the tables of an object of class '>Dasst. The result is given as a data.frame.
# NOT RUN { data(plantGrowth) nrow(plantGrowth[[1]]) nrow(plantGrowth[[2]]) plantgro12 <- stackTables(plantGrowth[1:2]) nrow(plantgro12) # }
Run the code above in your browser using DataLab