cbind.Templates: cbind for Template class.

View source: R/templates.R

cbind.TemplatesR Documentation

cbind for Template class.

Description

Ensures that the cbind result has the appropriate class.

Usage

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

Arguments

...

Parameters for cbind function.

Value

Column binded Templates data frame.

Examples

data(Ippolito)
template.df <- cbind(template.df, seq_len(nrow(template.df)))

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