## S3 method for class 'CrunchDataset':
variables(x)## S3 method for class 'CrunchDataset,VariableCatalog':
variables(x) <- value
## S3 method for class 'CrunchDataset':
allVariables(x)
## S3 method for class 'CrunchDataset,VariableCatalog':
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.