rbind2.casTable: Combine CAS Tables by Rows

rbind2.casTableR Documentation

Combine CAS Tables by Rows

Description

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

Usage

rbind2.casTable(x, y, ...)

## S4 method for signature 'CASTable,ANY'
rbind2(x, y, ...)

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.