Learn R Programming

textTools (version 0.1.0)

sampleStr: 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

Run this code
# NOT RUN {
sampleStr(10)
# }

Run the code above in your browser using DataLab