We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
bzip2
xz
ref #395 #354
tempfile3 <- tempfile(fileext = ".csv.bzip2") rio::export(iris, tempfile3) file.exists(tempfile3) #> [1] FALSE tempfile3 <- tempfile(fileext = ".csv.tar") rio::export(iris, tempfile3) file.exists(tempfile3) #> [1] TRUE
Created on 2024-04-25 with reprex v2.1.0
The text was updated successfully, but these errors were encountered:
Fix #354
0e15c8b
But it doesn't fix #395 and #396
Fix #354 (#397)
2fb1373
* Fix #354 But it doesn't fix #395 and #396 * Old R bug on Tar
Fix #396
bc3a5f7
f0b24fd
No branches or pull requests
ref #395 #354
Created on 2024-04-25 with reprex v2.1.0
The text was updated successfully, but these errors were encountered: