Description Usage Arguments Value
Repeating sampling.
1 | rep_sample_n(tbl, size, replace = FALSE, reps = 1)
|
tbl |
tbl of data. |
size |
The number of rows to select. |
replace |
Sample with or without replacement? |
reps |
The number of samples to collect. |
A tbl_df that aggregates all created samples, with the addition of a replicate
column that the tbl_df is also grouped by
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.