tail-CASTable-method: Return the Last Part of a CAS Table

tail,CASTable-methodR Documentation

Return the Last Part of a CAS Table

Description

Returns the last part of an in-memory table that is referenced by a CASTable object.

Usage

## S4 method for signature 'CASTable'
tail(x, n = 6L)

Arguments

x

A CASTable object.

Value

A casDataFrame object with the last n rows.

Note

The tail function is not deterministic between reloads of data or if nodes or added or removed from a distributed server.

Examples

## Not run: 
tail(ct1)
tail(ct[1:4], 10)

## End(Not run)

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