unique_names {DEXiR}R Documentation

unique_names

Description

Convert names strings to ID strings that are unique and conformant with R's syntactic rules for variable names.

Usage

unique_names(names, reserved = c())

Arguments

names

character(). Names to be converted to IDs.

reserved

character(). Reserved names that should not be used as IDs.

Value

character().

See Also

base::make.unique()]


[Package DEXiR version 1.0.2 Index]