getDimTypes {crunch}R Documentation

Get dimension type

Description

This function returns the specific type of each cube dimension. This is useful when cubes contain array variables because it identifies the dimensions of the cube which refer to the different parts of array variable:

Usage

getDimTypes(x)

Arguments

x

a CrunchCube or CubeDims object

Value

a character vector of dimension types, similar to types(), except that the array variable types are more specific.


[Package crunch version 1.31.0 Index]