is_role_dimension {starschemar} | R Documentation |
Is it role dimension?
Description
Indicates by means of a boolean if the dimension is a role dimension.
Usage
is_role_dimension(dimension)
## S3 method for class 'dimension_table'
is_role_dimension(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 boolean.
[Package starschemar version 1.2.5 Index]