set_dimension_name: Set the dimension name
Description
It allows us to define the name of the dimension.
Usage
set_dimension_name(dimension, name)# S3 method for dimension_table
set_dimension_name(dimension, name)
Value
A dimension_table
object.
Arguments
- dimension
A dimension_table
object.
- name
A string, name of the dimension.
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.