pola-rs / r-polars

Polars R binding
https://pola-rs.github.io/r-polars/
Other
479 stars 36 forks source link

fix: fix csv download issue on windows #1292

Closed eitsupi closed 5 days ago

eitsupi commented 6 days ago

Fix #1288

The help of download.file says:

Code written to download binary files must use mode = "wb" (or "ab"), but the problems incurred by a text transfer will only be seen on Windows.