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
filterRandom(.data, n, sample_size)
Value
a dataframe containing the random samples with
tidyverse code attached