entity | R Documentation |
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.