proustr (version 0.4.0)

proust_random: Create a Random Proust extract

Description

Create your own flavor of Proust with this random extractor.

Usage

proust_random(count = 1, collapse = TRUE)

Arguments

count

the number of line you want to randomly extract and paste.

collapse

if FALSE, the output will be a tibble. Default is TRUE, a character vector.

Value

a character vector

Examples

Run this code
# NOT RUN {
proust_random(4)
# }

Run the code above in your browser using DataCamp Workspace