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