Skip to content
/ feather Public

❗ This is a read-only mirror of the CRAN R package repository. feather — R Bindings to the Feather 'API'. Homepage: https://github.com/wesm/feather Report bugs for this package: https://github.com/wesm/feather/issues

Notifications You must be signed in to change notification settings

cran/feather

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Feather for R

Build Status

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")
mtcars2 <- read_feather("mtcars.feather")

Installation

Install the released version from CRAN:

# install.packages("feather")

Or the development version from GitHub:

# install.packages("devtools")
devtools::install_github("wesm/feather/R")

About

❗ This is a read-only mirror of the CRAN R package repository. feather — R Bindings to the Feather 'API'. Homepage: https://github.com/wesm/feather Report bugs for this package: https://github.com/wesm/feather/issues

Resources

Stars

Watchers

Forks

Packages

No packages published