get_dimension_name {starschemar}R Documentation

Get the dimension name

Description

Returns the name of the dimension.

Usage

get_dimension_name(dimension)

## S3 method for class 'dimension_table'
get_dimension_name(dimension)

Arguments

dimension

A dimension_table object.

Details

Attributes can be accessed directly but this function has been defined because it is used from other classes and is thus done in a more controlled way.

Value

A string, name of the dimension.


[Package starschemar version 1.2.5 Index]