feather: Access a feather store like a data frame

View source: R/class.R

featherR 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 without reading everything into R.

Usage

feather(path)

feather_metadata(path)

Arguments

path

Path to feather file

Details

They work by using arrow::read_feather() to read the data in as an Arrow Table, an efficient data structure that supports many data-frame methods. See the Arrow package documentation for more information.

Value

An arrow::Table


feather documentation built on Dec. 6, 2025, 5:07 p.m.