<tidy-select>
For sample_n(), the number of rows to select.
For sample_frac(), the fraction of rows to select.
If tbl is grouped, size applies to each group.
replace
Sample with or without replacement?
weight
<tidy-select> Sampling weights.
This must evaluate to a vector of non-negative numbers the same length as
the input. Weights are automatically standardised to sum to 1.