metacoder (version 0.1.2)

make_new_ids: Generate new unique IDs

Description

Makes a vector of unique IDs that differ from a previously defined set of unique IDs.

Usage

make_new_ids(count, existing)

Arguments

count
(numeric of length 1) The number of new unique IDs to generate
existing
(character) Existing unique IDs. These will not appear in the output.