Learn R Programming

geodimension (version 1.0.2)

validate_attributes: Validate attribute names

Description

Validate attribute names

Usage

validate_attributes(defined_attributes, attributes, repeated = FALSE)

Value

A vector of strings, attribute names.

Arguments

defined_attributes

A vector of strings, defined attribute names.

attributes

A vector of strings, new attribute names.

repeated

A boolean, repeated attributes allowed.