vectorized-methods: Vectorized Hash Operations

Description Usage Arguments Value

Description

Vectorized Hash Operations

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
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


tictactoe documentation built on May 2, 2019, 2:54 a.m.