cbind2.casTable: Combine CAS Tables by Columns

cbind2.casTableR Documentation

Combine CAS Tables by Columns

Description

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

Usage

cbind2.casTable(x, y, ...)

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

Arguments

...

Arguments that are passed to method arguments.

deparse.level

See the help for base::cbind.

Value

CASTable

Examples

## Not run: 
cbind(ct1, ct2)
cbind(ct1[1:3], ct2$X1)

## End(Not run)

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