randomSentences: Generate n random sentences with a given or random number of...

Description Usage Arguments Value Examples

View source: R/utils-imports.R

Description

Generate n random sentences with a given or random number of words

Usage

1
randomSentences(n, nwords, maxchar = Inf)

Arguments

n

number of sentences to be generate (integer)

nwords

number of words per sentence. If vector each sentence lengths is randomly drawn from the vector

maxchar

maximal number of characters per sentence. Note that whole words (not part of words) are excluded if the maximal number is exceeded.

Value

a vector with n random sentences

Examples

1
2
randomSentences(5, 10)     # five random sentences with ten words each
randomSentences(5, 1:5)   # five random sentences between two and ten words

markheckmann/dissertation documentation built on May 21, 2019, 12:06 p.m.