add_surrogate_key.dimension_table: Add the surrogate key from a dimension table to the instances...

View source: R/tables_fact_dimension.R

add_surrogate_key.dimension_tableR Documentation

Add the surrogate key from a dimension table to the instances table.

Description

Add the surrogate key from a dimension table to the instances table.

Usage

## S3 method for class 'dimension_table'
add_surrogate_key(dimension_table, instances)

Arguments

dimension_table

A dimension_table object.

instances

A tibble, the instances table.

Value

A tibble.


rolap documentation built on May 29, 2024, 10:38 a.m.