remove_duplicate_dimension_rows {geomultistar} | 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(dq)
Arguments
dq |
A |
Value
A dimensional_query
object.
[Package geomultistar version 1.2.2 Index]