sentence: Random sentence with n words

Description Usage Arguments Value Examples

View source: R/random-words-and-sentences.R

Description

Random sentence with n words

Usage

1
sentence(w, lang = "en", maxchar = Inf)

Arguments

w

Number of words in sentence.

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 string with n words (if length is not constrained)

Examples

1
2
sentence(5)            # random sentence with 5 words
sentence(5, max=20)   # random sentence cut off after 20 chars

markheckmann/words documentation built on May 21, 2019, 12:07 p.m.