blob: a9680bf3735c6b867cd7edab63c1ab9799cb260e [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/RecordBatch.R
\name{record_batch}
\alias{record_batch}
\title{Create an \link[=arrow__RecordBatch]{arrow::RecordBatch} from a data frame}
\usage{
record_batch(..., schema = NULL)
}
\arguments{
\item{...}{A variable number of arrow::Array}
\item{schema}{a arrow::Schema}
}
\value{
a \link[=arrow__RecordBatch]{arrow::RecordBatch}
}
\description{
Create an \link[=arrow__RecordBatch]{arrow::RecordBatch} from a data frame
}