Skip to content
New issue

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

Improvements related to readODS 2.1.0 #358

Closed
2 tasks
chainsawriot opened this issue Sep 11, 2023 · 0 comments
Closed
2 tasks

Improvements related to readODS 2.1.0 #358

chainsawriot opened this issue Sep 11, 2023 · 0 comments

Comments

@chainsawriot
Copy link
Collaborator

  • This should be allowed now (not exclusive to xlsx and html)
temp_ods <- tempfile(fileext = ".ods")
rio::export(list("some_car_data" = mtcars, "some_flower_data" = iris), temp_ods)
#> Error in rio::export(list(some_car_data = mtcars, some_flower_data = iris), : 'x' is not a data.frame or matrix

Created on 2023-09-11 with reprex v2.0.2

  • Add support for FODS
temp_fods <- tempfile(fileext = ".fods")
rio::export(mtcars, temp_fods)
#> Error: Format not supported

Created on 2023-09-11 with reprex v2.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant