Learn R Programming

Dasst (version 0.3.4)

stackTables: 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 '>Dasst.

Value

A data.frame composed of the stacked tables.

Details

This function stacks the tables of an object of class '>Dasst. The result is given as a data.frame.

Examples

Run this code
# 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