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

Hello, I am experiencing non deterministic problems with a data frame containing an IDate column. In the following example I kept only two columns of the original file (donnees-hospitalieres-covid19-2021-12-08-19h05.csv or...

This is somewhere between a bug and a feature request (probably closer to a feature request). When trying to use `import_list()` on a URL with a .xls file, it fails...

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

The test case with `widths=list(3,3,3,3,1)` is not correct because the original `read.fwf` asks for " list of integer vectors giving widths for multiline records", not a list of integer numbers....

Please ensure the following before submitting a PR: - [ ] if suggesting code changes or improvements, [open an issue](https://github.com/leeper/rio/issues/new) first - [X] for all but trivial changes (e.g., typo...

Please specify whether your issue is about: - [x] a suggested code or documentation change, improvement to the code, or feature request I often receive xls(x) files where I need...

Hello! The `convert` function is a very simple wrapper around the read and write operations of the individual file types. For filetypes with either chunked APIs or with a `skip`...

two identical names are forbidden in an excel file I submit the PR because with the changes an error is thrown during the checks with the updated openxlsx package. in...

Please specify whether your issue is about: - [x] a suggested code or documentation change, improvement to the code, or feature request In the documentation there is an error. ```...

It is a very small issue, but as it is stated in the help file of `?rio::import`, it seems that clipboard is only supported in MacOS or Windows, but it...