check_unique: Remove duplicate strings from character vectors

Description Usage Arguments Value

View source: R/helpers_user_ids.R

Description

Remove duplicate strings from character vectors

Usage

1
check_unique(chr_vec, length, digits, upperalpha, loweralpha)

Arguments

chr_vec

The character vector to check for uniqueness

length

The length of the random string

digits

Should digits be an option (0-9). TRUE by default.

upperalpha

Should capital letters be an option (A-Z). TRUE by default.

loweralpha

Should lowercase letters be an option (a-z). TRUE by default.

Value

The character vector without any duplicates


jdtrat/taskdesignr documentation built on Feb. 4, 2021, 9:48 p.m.