Methods for ShojiTuples
ShojiTuples are objects extracted from ShojiCatalogs. They are internally used.
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)
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 |
... |
additional arguments to [[, ignored |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.