Skip to contents

Once all the characteristics of the dimension have been defined, we can generate its table according to them using this function.

Usage

generate_table(td)

# S3 method for when
generate_table(td)

Arguments

td

A when object.

Value

A when object.

Examples


td <- when() |>
  generate_table()