validate_names: Validate names
Description
Validate names
Usage
validate_names(defined_names, names, concept = "name", repeated = FALSE)
Value
A vector of strings, names.
Arguments
- defined_names
A vector of strings, defined attribute names.
- names
A vector of strings, new attribute names.
- concept
A string, treated concept.
- repeated
A boolean, repeated names allowed.