rbind-CASTable-method: Combine CAS Tables by Rows

rbind,CASTable-methodR Documentation

Combine CAS Tables by Rows

Description

This is the implementation of rbind for in-memory tables.

Usage

## S4 method for signature 'CASTable'
rbind(..., deparse.level = 1)

Arguments

...

Arguments that are passed to method arguments.

deparse.level

See the help for base::rbind.

Value

CASTable

Examples

## Not run: 
rbind(ct1,ct2)
rbind(ct1,ct2, ct3)

## End(Not run)

sassoftware/R-swat documentation built on Feb. 26, 2024, 8 a.m.