random_sample: Random sampling without replacement
Description
Take a specified number of groups of observations with fixed group size
by sampling without replacement
and returns the result along with tidyverse code used to generate it.
Usage
random_sample(data, n, sample_size)
Value
a dataframe containing the random samples with
tidyverse code attached