Skip to contents

Once we have refined the format or content of facts and dimensions, we can again obtain a flat table, implemented using a tibble, from a star schema.

Usage

star_schema_as_flat_table(st)

# S3 method for star_schema
star_schema_as_flat_table(st)

Arguments

st

A star_schema object.

Value

A tibble.

Examples


ft <- st_mrs_age |>
  star_schema_as_flat_table()