sub-.smalltableobject: Subsetting operator for 'smalltableobject'

Description Usage Arguments Value Examples

Description

S3-method to enable square brackets on this object.

Usage

1
2
## S3 method for class 'smalltableobject'
o[x, y]

Arguments

o

Object this operates on.

x

First argument in []. Missing is valid.

y

Second argument in []. Missing is valid.

Value

Subsetted smalltableobject based on x and y.

Examples

1
sto[1, ] # Show first row of table.

dan070/smalltableobject documentation built on July 8, 2019, 7:52 a.m.