get_name_of_uniquely_implemented_dimensions {starschemar}R Documentation

Get name of uniquely implemented dimensions

Description

Get a list of dimension names that are uniquely implemented.

Usage

get_name_of_uniquely_implemented_dimensions(st)

Arguments

st

A star_schema object.

Details

For role dimensions that share role playing dimension, only one is considered. Role playing dimensions are not considered.

Value

A vector of dimension names.


[Package starschemar version 1.2.5 Index]