proust_random
From proustr v0.4.0
by Colin FAY
Create a Random Proust extract
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
# NOT RUN {
proust_random(4)
# }
Community examples
Looks like there are no examples yet.