powered by
transmute a data frame by the transmuteterms from ....
...
transmute_nse( .data, ..., transmute_nse_env = parent.frame(), transmute_nse_warn = TRUE )
data.frame
stringified expressions to transmute by.
environment to work in.
logical, if TRUE warn about possible name collisions.
.data with altered columns(other columns dropped).
transmute_se, transmute, transmute_at, :=
transmute_se
transmute
transmute_at
:=
# NOT RUN { datasets::iris %.>% transmute_nse(., Sepal_Long := Sepal.Length >= 2 * Sepal.Width, Petal_Short := Petal.Length <= 3.5) %.>% summary(.) # }
Run the code above in your browser using DataLab