validate_attributes {rolap} | R Documentation |
Validate attribute names
Description
Validate attribute names
Usage
validate_attributes(defined_attributes, attributes, repeated = FALSE)
Arguments
defined_attributes |
A vector of strings, defined attribute names. |
attributes |
A vector of strings, new attribute names. |
repeated |
A boolean, repeated attributes allowed. |
Value
A vector of strings, attribute names.
[Package rolap version 2.5.1 Index]