remove_duplicate_dimension_rows {rolap}R Documentation

Remove duplicate dimension rows

Description

After selecting only a few columns of the dimensions, there may be rows with duplicate values. We eliminate duplicates and adapt facts to the new dimensions.

Usage

remove_duplicate_dimension_rows(db)

Arguments

db

A star_database object.


[Package rolap version 2.5.1 Index]