p_pivot_wider | R Documentation |
tidyr::pivot_wider
A drop in replacement for tidyr::pivot_wider()
which optionally takes a
message and headline to store in the history graph.
p_pivot_wider(data, ..., .messages = "", .headline = "", .tag = NULL)
data |
A data frame to pivot. |
... |
Additional arguments passed on to methods.
Named arguments passed on to
|
.messages |
a set of glue specs. The glue code can use any global variable, grouping variable, or {.strata}. Defaults to nothing. |
.headline |
a headline glue spec. The glue code can use any global variable, grouping variable, or {.strata}. Defaults to nothing. |
.tag |
if you want the summary data from this step in the future then give it a name with .tag. |
the data dataframe result of the tidyr::pivot_wider
function but with
a history graph updated with a .message
if requested.
tidyr::pivot_wider()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.