blob: a427320e2f92733795cc6aa678fc2781c499a3cf [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/feather.R
\name{write_feather}
\alias{write_feather}
\title{Write data in the Feather format}
\usage{
write_feather(data, stream)
}
\arguments{
\item{data}{\code{data.frame} or \code{arrow::RecordBatch}}
\item{stream}{A file path or an \code{arrow::io::OutputStream}}
}
\description{
Write data in the Feather format
}