stackTables: Stack the tables of an object of class Dasst

View source: R/stackTables.R

stackTablesR 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 Dasst.

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)

hlozza/Dasst documentation built on April 22, 2022, 6:41 p.m.