"variables"(x)
"variables"(x) <- value
"allVariables"(x)
"allVariables"(x) <- value
x
duly
modified.
variables
gives just the active variables in the dataset, while
allVariables
, as the name suggests, yields all variables, including
hidden variables.