var-categories | R Documentation |
Get and set Categories on Variables
categories(x)
categories(x) <- value
## S4 method for signature 'VariableTuple'
categories(x)
## S4 method for signature 'CrunchVariable'
categories(x)
## S4 method for signature 'CategoricalVariable'
categories(x)
## S4 method for signature 'CategoricalArrayVariable'
categories(x)
## S4 method for signature 'VariableEntity'
categories(x)
## S4 replacement method for signature 'CategoricalVariable,Categories'
categories(x) <- value
## S4 replacement method for signature 'CategoricalArrayVariable,Categories'
categories(x) <- value
## S4 replacement method for signature 'CategoricalVariable,numeric'
categories(x) <- value
## S4 replacement method for signature 'CategoricalVariable,character'
categories(x) <- value
## S4 replacement method for signature 'CategoricalVariable,ANY'
categories(x) <- value
## S4 replacement method for signature 'CategoricalArrayVariable,numeric'
categories(x) <- value
## S4 replacement method for signature 'CategoricalArrayVariable,character'
categories(x) <- value
## S4 replacement method for signature 'CategoricalArrayVariable,ANY'
categories(x) <- value
## S4 replacement method for signature 'CrunchVariable,ANY'
categories(x) <- value
x |
a Variable |
value |
for the setters, an object of class Categories to set. |
Getters return Categories; setters return x
duly modified.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.