Description Usage Arguments Value
View source: R/func_strings-random.R
Remove duplicate strings from character vectors
1 | check_unique(chr_vec, length, digits, upperalpha, loweralpha)
|
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. |
The character vector without any duplicates
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.