| variableMetadata {crunch} | R Documentation | 
Get all variable metadata for a dataset
Description
Crunch stores variable information in several catalogs containing information abut the variable class, its missingness and subvariables. This function allows you to access that information.
Usage
variableMetadata(dataset)
Arguments
| dataset | CrunchDataset | 
Value
A VariableCatalog with all variable properties, including categories and subvariables.
[Package crunch version 1.30.4 Index]