powered by
tibble
Once we have refined the format or content of facts and dimensions, we can obtain a tibble list with them. Role playing dimensions can be optionally included.
constellation_as_tibble_list(ct, include_role_playing = FALSE)# S3 method for constellation constellation_as_tibble_list(ct, include_role_playing = FALSE)
# S3 method for constellation constellation_as_tibble_list(ct, include_role_playing = FALSE)
A list of tibble objects.
A constellation object.
constellation
A boolean.
Other results export functions: constellation_as_multistar(), multistar_as_flat_table(), star_schema_as_flat_table(), star_schema_as_multistar(), star_schema_as_tibble_list()
constellation_as_multistar()
multistar_as_flat_table()
star_schema_as_flat_table()
star_schema_as_multistar()
star_schema_as_tibble_list()
tl <- ct_mrs |> constellation_as_tibble_list() tl <- ct_mrs |> constellation_as_tibble_list(include_role_playing = TRUE)
Run the code above in your browser using DataLab