You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Created on 2023-09-11 with reprex v2.0.2
The text was updated successfully, but these errors were encountered: