blob: 2f85e4a6ac6bcda5dff6af89a3504d236b3fe904 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/type.R
\name{type}
\alias{type}
\title{infer the arrow Array type from an R vector}
\usage{
type(x)
}
\arguments{
\item{x}{an R vector}
}
\value{
an arrow logical type
}
\description{
infer the arrow Array type from an R vector
}