rbind.Templates: rbind for Template class.

View source: R/templates.R

rbind.TemplatesR Documentation

rbind for Template class.

Description

Ensures that the rbind result has the appropriate class.

Usage

## S3 method for class 'Templates'
rbind(...)

Arguments

...

Parameters for rbind function.

Value

Row-binded Templates data frame.

Examples

data(Ippolito)
template.df <- rbind(template.df, template.df)

matdoering/openPrimeR documentation built on July 4, 2025, 3:59 a.m.