union_of_dimensions: Perform union of dimensions

View source: R/common.R

union_of_dimensionsR 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 dimension_table objects.

name

A string, name of the dimension.

type

A string, type of the dimension.

Value

A dimension_table object.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.