generate_table {when} | R Documentation |
Once all the characteristics of the dimension have been defined, we can generate its table according to them using this function.
generate_table(td)
## S3 method for class 'when'
generate_table(td)
td |
A |
A when
object.
Other obtaining results:
get_level_attribute_names()
,
get_level_names()
,
get_table_attribute_names()
,
set_table_attribute_names()
td <- when() |>
generate_table()