get_random_strings: Generate random strings compounded from alphabetical...

View source: R/utils_text.R

get_random_stringsR Documentation

Generate random strings compounded from alphabetical characters by default.

Description

This is a wrapper around stringi::stri_rand_strings().

Usage

get_random_strings(n, length, pattern = "[A-Za-z]")

Arguments

n, length, pattern

Passed to stringi::stri_rand_strings().

Value

A character vector.


bioinfocz/scdrake documentation built on Sept. 19, 2024, 4:43 p.m.