powered by
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.
tibble
star_schema_as_flat_table(st)# S3 method for star_schema star_schema_as_flat_table(st)
# S3 method for star_schema star_schema_as_flat_table(st)
A tibble.
A star_schema object.
star_schema
Other results export functions: constellation_as_multistar(), constellation_as_tibble_list(), multistar_as_flat_table(), star_schema_as_multistar(), star_schema_as_tibble_list()
constellation_as_multistar()
constellation_as_tibble_list()
multistar_as_flat_table()
star_schema_as_multistar()
star_schema_as_tibble_list()
ft <- st_mrs_age |> star_schema_as_flat_table()
Run the code above in your browser using DataLab