Learn R Programming

shinipsum (version 0.1.1)

random_text: A Random Lorem Ipsum

Description

A Random Lorem Ipsum

Usage

random_text(nchars = NULL, nwords = NULL, offset = 0)

Value

a text

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.

offset

number of characters or words to offset the result by. Defaults to 0.