Skip to contents

Convert a vector y to unique, valid SciDB names that do not conflict with any of the existing names in x.

Usage

make.unique_(x, y)

Arguments

x

vector of existing names (assumed to already be unique and valid)

y

vector of new potential names

Value

a vector the same size as y with valid, non-conflicting names

Details

Same requirements and similar purpose as make.names_(). Not to be confused with base::make.unique().