star_schema_as_tl {starschemar} | R Documentation |
Export a star schema as a tibble
list (common)
Description
Export a star schema as a tibble
list (common)
Usage
star_schema_as_tl(st, tl_prev = NULL, commondim = NULL, include_role_playing)
## S3 method for class 'star_schema'
star_schema_as_tl(st, tl_prev = NULL, commondim = NULL, include_role_playing)
Arguments
st |
A |
tl_prev |
A list of |
commondim |
A list of dimension names already included. |
include_role_playing |
A boolean. |
Value
A tibble
list.
[Package starschemar version 1.2.5 Index]