blob: 52995a13fa909361f9b2efbf75783409637d996b [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/Field.R
\name{field}
\alias{field}
\title{Factory for a \code{arrow::Field}}
\usage{
field(name, type, metadata)
}
\arguments{
\item{name}{field name}
\item{type}{logical type, instance of \code{arrow::DataType}}
\item{metadata}{currently ignored}
}
\description{
Factory for a \code{arrow::Field}
}
\examples{
\dontrun{
field("x", int32())
}
}