set_dimension_type_conformed {starschemar} | R Documentation |
Set the type of a conformed dimension
Description
It allows us to define the type of a conformed dimension.
Usage
set_dimension_type_conformed(dimension)
## S3 method for class 'dimension_table'
set_dimension_type_conformed(dimension)
Arguments
dimension |
A |
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 dimension_table
object.
[Package starschemar version 1.2.5 Index]