random_string: A function to make random ID codes

View source: R/random_string.R

random_stringR Documentation

A function to make random ID codes

Description

This is a small helper function to create random ID codes.

Usage

random_string(N = 1, length = 12)

Arguments

N

Number of ID codes to generate

length

Length of ID codes

Value

A vector of unique ID codes

Examples

## Not run: 
IDs = random_string(N=100, length=5)

## End(Not run)


ctross/STRAND documentation built on Nov. 14, 2024, 11:50 p.m.