Get and set Categories on Variables
categories(x)categories(x) <- value
# S4 method for VariableTuple
categories(x)
# S4 method for CrunchVariable
categories(x)
# S4 method for CategoricalVariable
categories(x)
# S4 method for CategoricalArrayVariable
categories(x)
# S4 method for VariableEntity
categories(x)
# S4 method for CategoricalVariable,Categories
categories(x) <- value
# S4 method for CategoricalArrayVariable,Categories
categories(x) <- value
# S4 method for CategoricalVariable,numeric
categories(x) <- value
# S4 method for CategoricalVariable,character
categories(x) <- value
# S4 method for CategoricalVariable,ANY
categories(x) <- value
# S4 method for CategoricalArrayVariable,numeric
categories(x) <- value
# S4 method for CategoricalArrayVariable,character
categories(x) <- value
# S4 method for CategoricalArrayVariable,ANY
categories(x) <- value
# S4 method for CrunchVariable,ANY
categories(x) <- value
Getters return Categories; setters return x
duly modified.
a Variable
for the setters, an object of class Categories to set.