transform_names {rolap} | R Documentation |
For each row, add a vector of values
Description
For each row, add a vector of values
Usage
transform_names(names, ordered, as_definition)
Arguments
names |
A vector of strings, names of attributes or measures. |
ordered |
A boolean, sort names alphabetically. |
as_definition |
A boolean, as the definition of the vector in R. |
Value
A vector of strings, attribute or measure names.
[Package rolap version 2.5.1 Index]