rio icon indicating copy to clipboard operation
rio copied to clipboard

🐟 A Swiss-Army Knife for Data I/O

Results 47 rio issues
Sort by recently updated
recently updated
newest added

- [x] a suggested code or documentation change, improvement to the code, or feature request Hi. I had forgotten about rio, but will now use it (and its wonderfully consistent...

notnow

It might be useful to be able to just read metadata without loading an entire file. I don't think there's a way to do this consistently across file types, though.

notnow

I'm not super keen on trying to parse with every imaginable import function. That might produce some kind of unanticipated weird behavior if one of those underlying functions changes to...

enhancement

Please specify whether your issue is about: - [x] a suggested code or documentation change, improvement to the code, or feature request The relevant packages are here: https://github.com/r-spatial/sf https://github.com/r-spatial/stars

enhancement

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

enhancement
help wanted

Please specify whether your issue is about: - [ ] a possible bug - [ ] a question about package functionality - [x] a suggested code or documentation change, improvement...

question

I've stumbled upon some strange behavior today when comparing rio with the builtin load/save. I presume the first part where the object is not imported in the global environment is...

ref https://github.com/posit-conf-2023/pkg-dev-masterclass/blob/main/materials/3-advanced-testing.pdf

v1.1

Let's talk about HTML/XML. Can `rio::export(iris, "iris.html")` do a better job than `writeLines(knitr::kable(iris, format = "html"), "iris.html")`? Or is it not very useful? Should we encourage exporting to some XML...

Except those plain text formats, all binary formats supported by this package out of the box are proprietary formats (Excel, SAS, Stata, SPSS), provided by `openxlsx`, `haven`, and `readxl`. These...