group_records {starschemar}R Documentation

Group records

Description

Group records with the same primary key.

Usage

group_records(ft, ft_new, fk)

Arguments

ft

A fact_table object.

ft_new

A fact_table object.

fk

A vector of foreign key names.

Value

A fact_table object.


[Package starschemar version 1.2.5 Index]