Rdocumentation
powered by
Learn R Programming
crunch (version 1.14.4)
hiddenVariables: Show the names of hidden variables within the dataset
Description
Show the names of hidden variables within the dataset
Usage
hiddenVariables(dataset, key = namekey(dataset))
Arguments
dataset
the Dataset
key
the Variable attribute to return. Default is "alias", following
getOption("crunch.namekey.dataset")
.
Value
a vector of the names of Variables marked as hidden.