Description Usage Arguments Details Value Author(s) See Also
Grouping wrapper for fill
1 |
... |
parameters for tidyr::fill |
The wisegroup package provides a wrapper for fill that behaves as per the original with the added bonus of signalling returned data could be grouped in source code. This helps avoid mistakes associated with forgetting to call ungroup().
For original documentation see tidyr::fill()
.
Use wisegroup::fill()
to automatically remove groups after applying tidyr::fill.
an ungrouped dataframe
Miles McBain
tidyr::fill, fill...
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.