star_schema {rolap} | R 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
Other star schema definition functions:
define_dimension()
,
define_facts()
,
dimension_schema()
,
fact_schema()
Examples
s <- star_schema()
[Package rolap version 2.5.1 Index]