unify_facts_and_dimensions {rolap}R Documentation

Unify facts and dimensions in a flat table

Description

Unify facts and dimensions in a flat table

Usage

unify_facts_and_dimensions(db, dimension, include_nrow_agg)

Arguments

db

A star_database object.

dimension

A vector of strings, dimension names.

include_nrow_agg

A boolean.

Value

A tibble.


[Package rolap version 2.5.1 Index]