Skip to contents

Once all the configuration elements have been defined and the dimension table has been generated, using this function we can obtain it in tibble format.

Usage

get_table(td)

# S3 method for when
get_table(td)

Arguments

td

A when object.

Value

A tibble, the table.

See also

Examples


table <- when() |>
  generate_table() |>
  get_table()