role_dimension {starschemar} | R Documentation |
Transform a dimension into a role dimension
Description
Once the role-playing dimension has been generated, the dimensions from which it has been defined are transformed into role dimensions. Records are removed as they are obtained from the role-playing dimension.
Usage
role_dimension(dimension, role_playing_name)
## S3 method for class 'dimension_table'
role_dimension(dimension, role_playing_name)
Arguments
dimension |
A |
role_playing_name |
A string, name of role-playing dimension. |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]