entity {crunch} | R Documentation |
Methods for ShojiTuples
Description
ShojiTuples are objects extracted from ShojiCatalogs. They are internally used.
Usage
entity(x)
## S4 method for signature 'ShojiEntity'
x$name
## S4 replacement method for signature 'ShojiEntity'
x$name <- value
## S4 method for signature 'ShojiEntity,ANY'
x[[i]]
## S4 replacement method for signature 'ShojiEntity,ANY,ANY,ANY'
x[[i]] <- value
## S4 method for signature 'ShojiTuple'
refresh(x)
## S4 method for signature 'ShojiTuple'
x$name
## S4 replacement method for signature 'ShojiTuple'
x$name <- value
## S4 method for signature 'ShojiTuple,ANY'
x[[i]]
## S4 replacement method for signature 'ShojiTuple,ANY,ANY,ANY'
x[[i]] <- value
## S4 method for signature 'ShojiTuple'
self(x)
## S4 method for signature 'VariableTuple'
entity(x)
## S4 method for signature 'CrunchVariable'
entity(x)
## S4 method for signature 'DatasetTuple'
entity(x)
## S4 method for signature 'DatasetTuple'
id(x)
## S4 method for signature 'ShojiTuple'
name(x)
## S4 replacement method for signature 'ShojiTuple'
name(x) <- value
## S4 method for signature '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 |
[Package crunch version 1.31.0 Index]