Description Usage Arguments Details Value Author(s) See Also
Ungrouping wrapper for sample_frac
1 |
... |
parameters for dplyr::sample_frac |
The wisegroup package provides a wrapper for sample_frac that always returns ungrouped data. This avoids mistakes associated with forgetting to call ungroup().
For original documentation see dplyr::sample_frac()
.
Use sample_frac...()
to retain groups as per dplyr::sample_frac
, whilst
signalling this in your code.
an ungrouped dataframe
Miles McBain
dplyr::sample_frac, sample_frac...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.