get_level_attribute_names {when} | R Documentation |
Returns the names of the level attributes. We can obtain all the available ones or only the selected ones.
get_level_attribute_names(td, name, selected)
## S3 method for class 'when'
get_level_attribute_names(td, name = NULL, selected = FALSE)
td |
A |
name |
A string. |
selected |
A boolean. |
A string vector.
Other obtaining results:
generate_table()
,
get_level_names()
,
get_table_attribute_names()
,
set_table_attribute_names()
names <- when() |>
get_level_attribute_names()