feather {feather}R Documentation

Access a feather store like a data frame

Description

These functions permit using a feather dataset much like a regular (read-only) data frame.

Usage

feather(path)

Arguments

path

Path to feather file

Value

An object of class feather


[Package feather version 0.3.5 Index]