powered by
Unlike mutate.(), transmute.() keeps only the variables that you create
mutate.()
transmute.()
transmute.(.df, ..., .by = NULL)
A data.frame or data.table
Columns to create/modify
Columns to group by
# NOT RUN { mtcars %>% transmute.(displ_l = disp / 61.0237) # }
Run the code above in your browser using DataLab