union_of_dimensions {starschemar} | R Documentation |
Perform union of dimensions
Description
Generates a new dimension from the instances of the dimensions in a list, as the union of the dimensions.
Usage
union_of_dimensions(dimensions, name = NULL, type = "role_playing")
Arguments
dimensions |
List of |
name |
A string, name of the dimension. |
type |
A string, type of the dimension. |
Value
A dimension_table
object.
[Package starschemar version 1.2.5 Index]