pola-rs / r-polars

Bring polars to R
https://pola-rs.github.io/r-polars/
Other
398 stars 35 forks source link

`sink_` / `write_` methods should invisibly return the input data #1031

Closed etiennebacher closed 1 month ago

etiennebacher commented 1 month ago

It is sometimes useful to return the input data as an invisible value. This is what arrow and readr do for example:

eitsupi commented 1 month ago

I think that makes sense.

I recall that some of the SQLContexts methods also had both side-effects and returns.