ShojiOrder-slots | R Documentation |
Manipulate VariableGroup and VariableOrder
## S4 method for signature 'OrderGroup'
entities(x, simplify = FALSE)
## S4 method for signature 'ShojiOrder'
entities(x, simplify = FALSE)
## S4 method for signature 'list'
entities(x, simplify = FALSE)
## S4 replacement method for signature 'OrderGroup'
entities(x) <- value
## S4 replacement method for signature 'ShojiOrder'
entities(x) <- value
## S4 method for signature 'OrderGroup'
name(x)
## S4 replacement method for signature 'OrderGroup'
name(x) <- value
## S4 replacement method for signature 'ShojiOrder'
names(x) <- value
x |
a VariableGroup or VariableOrder |
simplify |
logical: should variable URLs inside of groups be flattened
or preserved in their nested lists? Default is |
value |
|
entities
returns Variable references and VariableGroups;
names
returns group names;
VariableOrder
grouped
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.