random_text: A Random Lorem Ipsum

Description Usage Arguments Value Examples

View source: R/Text.R

Description

A Random Lorem Ipsum

Usage

1
random_text(nchars = NULL, nwords = NULL)

Arguments

nchars

number of characters. One of the two params should be left NULL.

nwords

number of words to return. One of the two params should be left NULL.

Value

a text

Examples

1
2
random_text(nchars = 100)
random_text(nwords = 100)

shinipsum documentation built on May 1, 2020, 1:07 a.m.