blob: e108d64b46a47b89495dee0f586834f5925a88eb [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 arrow::RecordBatch from a data frame}
\usage{
record_batch(.data)
}
\arguments{
\item{.data}{a data frame}
}
\description{
Create an arrow::RecordBatch from a data frame
}