etiennebacher / tidypolars

Get the power of polars with the syntax of the tidyverse
https://tidypolars.etiennebacher.com
Other
141 stars 3 forks source link

Implement `transmute()` and `mutate()` additional args #75

Closed etiennebacher closed 5 months ago

etiennebacher commented 6 months ago

What functionality are you missing?

transmute() is superseded but still used. The .keep option in mutate() is preferred.

Is this functionality present in the tidyverse or in polars (or both)?

tidyverse