getDimTypes | R Documentation |
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:
ca_items
: Categorical array items
ca_categories
: The categories of the categorical array
mr_items
: Multiple response options or items
mr_selections
: The selection status for a multiple response variable
numarray_items
: Numeric array items
getDimTypes(x)
x |
a CrunchCube or CubeDims object |
a character vector of dimension types, similar to types()
, except that
the array variable types are more specific.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.