Evalulate expression n times then combine results into a list
rlply(.n, .expr, .progress = "none")number of times to evaluate the expression
expression to evaluate
name of the progress bar to use, see create_progress_bar
list of results
This function runs an expression multiple times, and combines the
result into a list. If there are no results, then this function will return
a list of length 0 (list()). This function is equivalent to
replicate, but will always return results as a list.
Hadley Wickham (2011). The Split-Apply-Combine Strategy for Data Analysis. Journal of Statistical Software, 40(1), 1-29. https://www.jstatsoft.org/v40/i01/.