crunch (version 1.27.7)

variableMetadata: 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.