ordering | R Documentation |
The ordering
methods allow you to get and set a VariableOrder
on a
CrunchDataset
or on the VariableCatalog
that the dataset contains.
ordering(x)
ordering(x) <- value
## S4 method for signature 'CrunchDataset'
ordering(x)
## S4 replacement method for signature 'CrunchDataset'
ordering(x) <- value
## S4 method for signature 'VariableCatalog'
ordering(x)
## S4 replacement method for signature 'VariableCatalog'
ordering(x) <- value
## S4 method for signature 'DatasetCatalog'
ordering(x)
## S4 method for signature 'ProjectFolder'
ordering(x)
## S4 replacement method for signature 'DatasetCatalog'
ordering(x) <- value
## S4 replacement method for signature 'ProjectFolder'
ordering(x) <- value
x |
a VariableCatalog or CrunchDataset |
value |
a valid VariableOrder object |
ordering
returns a VariableOrder object, while
ordering<-
sets the VariableOrder
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.