star_schema: 'star_schema' S3 class

View source: R/schemas.R

star_schemaR Documentation

star_schema S3 class

Description

An empty star_schema object is created in which definition of facts and dimensions can be added.

Usage

star_schema()

Details

To get a star database (a star_database object) we need a flat table and a star_schema object. The definition of facts and dimensions in the star_schema object is made from the flat table columns.

Value

A star_schema object.

See Also

star_database

Other star schema definition functions: define_dimension(), define_facts(), dimension_schema(), fact_schema()

Examples


s <- star_schema()


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