vectorized-hash-ops {tictactoe} | R Documentation |
Vectorized Hash Operations
Description
Vectorized Hash Operations
Usage
haskeys(x, ...)
setvalues(x, ...)
getvalues(x, ...)
## S3 method for class 'xhash'
getvalues(x, states, ...)
## S3 method for class 'xhash'
setvalues(x, states, values, ...)
## S3 method for class 'xhash'
haskeys(x, states, ...)
Arguments
x |
object |
... |
additional arugments to determine the keys |
states |
state object |
values |
values to assign |
Value
haskeys
returns a logical vectorsetvalues
returns a reference to the objectgetvalues
returns a list of values
[Package tictactoe version 0.2.2 Index]