Returns the names of the level attributes. We can obtain all the available ones or only the selected ones.
Usage
get_level_attribute_names(td, name, selected)
# S3 method for when
get_level_attribute_names(td, name = NULL, selected = FALSE)See also
Other obtaining results:
generate_table(),
get_level_names(),
get_table_attribute_names(),
set_table_attribute_names()
Examples
names <- when() |>
get_level_attribute_names()
