star_schema_as_tl: Export a star schema as a 'tibble' list (common)

View source: R/star_schema_as_tibble_list.R

star_schema_as_tlR 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 star_schema object.

tl_prev

A list of tibble objects.

commondim

A list of dimension names already included.

include_role_playing

A boolean.

Value

A tibble list.


starschemar documentation built on Nov. 11, 2023, 5:09 p.m.