Description Usage Arguments Value See Also Examples
Analogous function for mutate
and transmute
in dplyr.
1 2 3 |
data |
data.frame |
... |
List of variables or name-value pairs of summary/modifications functions. |
data.table
1 2 | iris %>% mutate_dt(one = 1,Sepal.Length = Sepal.Length + 1)
iris %>% transmute_dt(one = 1,Sepal.Length = Sepal.Length + 1)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.