There are many ways to read .ods packages in R, e.g. with gnumeric packages. But I can't find any way to write an .ods file directly. Any ideas?
(This would be particularly useful because google drive spreadsheets appear as .ods files locally, so it would be a way to edit google spreadsheets without using solutions like RGoogleDocs which won't work offline.)
This question is old. I am just filling it in so that it will not be unanswered. There may have been no solution when the question was written. At this time, the package readODS has a function write_ods
that will write an ods file. Quick example:
library(readODS)
write_ods(iris, "iris.ods")
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With