blob: 3e2b4f408a2d7b0bb92f8f0f7d793504e2bd17cc [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/R6.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
}