starschemar (version 1.2.0)

new_star_schema: star_schema S3 class

Description

Internal low-level constructor that creates new objects with the correct structure.

Usage

new_star_schema(ft = tibble::tibble(), sd = dimensional_model())

Arguments

ft

A tibble, implements a flat table.

sd

A dimensional_model object.

Value

A star_schema object.