Get and set Categories on Variables
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.
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.