proust_random {proustr} | R Documentation |
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
proust_random(4)
[Package proustr version 0.4.0 Index]