r-rio
Swiss-army knife for data I/O
This package provides streamlined data import and export infrastructure by making assumptions that the user is probably willing to make: import
and export
determine the data structure from the file extension, reasonable defaults are used for data import and export (e.g., stringsAsFactors=FALSE
), web-based import is natively supported (including from SSL/HTTPS), compressed files can be read directly without explicit decompression, and fast import packages are used where appropriate. An additional convenience function, convert
, provides a simple method for converting between file types.
- Versions: 1.2.3
- Website: https://github.com/leeper/rio
- Licenses: GPL 2
- Package source: gnu/packages/cran.scm
- Builds: See build status
- Issues: See known issues
Installation
Install the latest version of r-rio
as follows:
guix install r-rio
Or install a particular version:
guix install r-rio@1.2.3
You can also install packages in augmented, pure or containerized environments for development or simply to try them out without polluting your user profile. See the guix shell
documentation for more information.
Badge code
You can use the following badge to inform users of r-rio about the latest version available in Guix.
Example HTML:
<a href='https://packages.guix.gnu.org/packages/r-rio'><img src='https://packages.guix.gnu.org/packages/r-rio/badges/latest-version.svg' alt='Version in GNU Guix'></a>
Example Markdown:
[](https://packages.guix.gnu.org/packages/r-rio)
Example Org:
[[https://packages.guix.gnu.org/packages/r-rio][https://packages.guix.gnu.org/packages/r-rio/badges/latest-version.svg]]