Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

read_feather

Read and write feather files.


Description

Read and write feather files.

Usage

read_feather(path, columns = NULL)

write_feather(x, path)

Arguments

path

Path to feather file

columns

Columns to read (names or indexes). Default: Read all columns.

x

A data frame to write to disk

Value

Both functions return a tibble/data frame. write_feather invisibly returns x (so you can use this function in a pipeline).

Examples

mtcars2 <- read_feather(feather_example("mtcars.feather"))
mtcars2

feather

R Bindings to the Feather 'API'

v0.3.5
Apache License 2.0
Authors
Hadley Wickham [aut, cre], RStudio [cph], Feather developers [ctb] (Bundled feather library), Google [ctb] (Bundled flatbuffers code), LevelDB Authors [ctb]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.