subset-.smalltableobject: @rdname add Assignment operator for 'smalltableobject'

Description Usage Arguments Value Examples

Description

S3-method to enable square bracket assignment on this object.

Usage

1
2
## S3 replacement method for class 'smalltableobject'
o[x, y] <- value

Arguments

o

Object to operate on.

x

First argument [x, ]. Missing is valid.

y

Second argument [, y]. Missing is valid.

value

Object or value sent in from <-

Value

Updated smalltableobject .

Examples

1
no examples

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