The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.
Feather is file format designed for efficient on-disk serialisation of data frames that can be shared across programming languages (e.g. Python and R).
library(feather)
write_feather(mtcars, "mtcars.feather")
<- read_feather("mtcars.feather") mtcars2
Install the released version from CRAN:
# install.packages("feather")
Or the development version from GitHub:
# install.packages("devtools")
::install_github("wesm/feather/R") devtools
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.