Skip to contents

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.

Usage

constellation_as_tibble_list(ct, include_role_playing = FALSE)

# S3 method for constellation
constellation_as_tibble_list(ct, include_role_playing = FALSE)

Arguments

ct

A constellation object.

include_role_playing

A boolean.

Value

A list of tibble objects.

Examples


tl <- ct_mrs |>
  constellation_as_tibble_list()

tl <- ct_mrs |>
  constellation_as_tibble_list(include_role_playing = TRUE)