generate_table {when} | R Documentation |
Generate table
Description
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 class 'when'
generate_table(td)
Arguments
td |
A |
Value
A when
object.
See Also
Other obtaining results:
get_level_attribute_names()
,
get_level_names()
,
get_table_attribute_names()
,
set_table_attribute_names()
Examples
td <- when() |>
generate_table()
[Package when version 1.0.0 Index]