random_simple_strings: Generate a random simple string (i.e., a length-1 non-empty...

Description Usage Arguments

View source: R/generate.R

Description

Generate a random simple string (i.e., a length-1 non-empty vector of characters).

Usage

1
random_simple_strings(amount, chars = TRUE, utf8 = FALSE, objects)

Arguments

amount

numeric. The amount of simple strings to generate.

chars

logical. Whether or not to include characters.

utf8

logical. Whether or not to include utf8 characters.

objects

list. The object frame to work from.


peterhurford/checkr documentation built on May 25, 2019, 1:50 a.m.