rbind.Primers: rbind for Primers class.

View source: R/primers.R

rbind.PrimersR Documentation

rbind for Primers class.

Description

Ensures that the rbind result has the appropriate class.

Usage

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

Arguments

...

Parameters for rbind function.

Value

Row-binded Primers data frame.

Examples

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

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