Learn R Programming

crunch (version 1.25.0)

hiddenVariables: Show the names of a dataset's hidden variables

Description

Show the names of a dataset's hidden variables

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.