get_table_attribute_names {when} | R Documentation |
Returns the names of the dimension table attributes as a string vector or in string form, so we can easily use it to rename them if deemed necessary.
get_table_attribute_names(td, as_string)
## S3 method for class 'when'
get_table_attribute_names(td, as_string = TRUE)
td |
A |
as_string |
A boolean. |
If the table has not been generated yet, returns the attributes it will contain when it is generated.
A string.
Other obtaining results:
generate_table()
,
get_level_attribute_names()
,
get_level_names()
,
set_table_attribute_names()
names <- when() |>
get_table_attribute_names()