View source: R/star_schema_as_tibble_list.R
star_schema_as_tibble_list | R Documentation |
tibble
listOnce 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.
star_schema_as_tibble_list(st, include_role_playing = FALSE)
## S3 method for class 'star_schema'
star_schema_as_tibble_list(st, include_role_playing = FALSE)
st |
A |
include_role_playing |
A boolean. |
A list of tibble
objects.
Other results export functions:
constellation_as_multistar()
,
constellation_as_tibble_list()
,
multistar_as_flat_table()
,
star_schema_as_flat_table()
,
star_schema_as_multistar()
tl <- st_mrs_age |>
star_schema_as_tibble_list()
tl <- st_mrs_age |>
star_schema_as_tibble_list(include_role_playing = TRUE)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.