sampleStr {textTools} | R Documentation |
Generates (pseudo)random strings of the specified char length
Description
Generates (pseudo)random strings of the specified char length
Usage
sampleStr(char)
Arguments
char |
A integer, the number of chars to include in the output string. |
Value
A string.
Examples
sampleStr(10)
[Package textTools version 0.1.0 Index]