var-categories {crunch} | R Documentation |
Get and set Categories on Variables
Description
Get and set Categories on Variables
Usage
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
Arguments
x |
a Variable |
value |
for the setters, an object of class Categories to set. |
Value
Getters return Categories; setters return x
duly modified.
[Package crunch version 1.30.4 Index]