ShojiTuples are objects extracted from ShojiCatalogs. They are internally used.

entity(x)

# S4 method for ShojiEntity
$(x, name)

# S4 method for ShojiEntity
$(x, name) <- value

# S4 method for ShojiEntity,ANY
[[(x, i)

# S4 method for ShojiEntity,ANY,ANY,ANY
[[(x, i) <- value

# S4 method for ShojiTuple
refresh(x)

# S4 method for ShojiTuple
$(x, name)

# S4 method for ShojiTuple
$(x, name) <- value

# S4 method for ShojiTuple,ANY
[[(x, i)

# S4 method for ShojiTuple,ANY,ANY,ANY
[[(x, i) <- value

# S4 method for ShojiTuple
self(x)

# S4 method for VariableTuple
entity(x)

# S4 method for CrunchVariable
entity(x)

# S4 method for DatasetTuple
entity(x)

# S4 method for DatasetTuple
id(x)

# S4 method for ShojiTuple
name(x)

# S4 method for ShojiTuple
name(x) <- value

# S4 method for ShojiTuple
type(x)

Arguments

x

a Tuple

name

a Tuple slot to get or set

value

What to set in a given slot

i

In [[, a Tuple slot to get

object

Same as x but for the alias method, in order to match the generic from another package.

...

additional arguments to [[, ignored