Learn R Programming

DEXiR (version 1.0.2)

unique_names: 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())

Value

character().

Arguments

names

character(). Names to be converted to IDs.

reserved

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

See Also