These work exactly like dplyr's mutate and transmute, except that one can
define reactive columns using ~
.
1 2 3 | mutate.reactibble(.data, ...)
transmute.reactibble(.data, ...)
|
.data |
A data frame, data frame extension (e.g. a tibble), or a lazy data frame (e.g. from dbplyr or dtplyr). See Methods, below, for more details. |
... |
< The value can be:
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.