nathaneastwood / poorman

A poor man's dependency free grammar of data manipulation
https://nathaneastwood.github.io/poorman/
Other
338 stars 15 forks source link

transmute() will not keep columns that are not named #72

Closed nathaneastwood closed 3 years ago

nathaneastwood commented 3 years ago
r$> transmute(mtcars, -mpg)
data frame with 0 columns and 32 rows

This should return a data.frame with one column, -mpg.