Description Usage Arguments Value Examples
Quick optimized equivalent to sample(x,size,replace=TRUE)
1 | quick_sample(x, size)
|
x |
a vector |
size |
number of elements to sample |
sample of size "size" taken from x
1 | quick_sample(1:20,5)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.