blob: 18f9efcf2910f82d46807a33e0a9e723e1dca7ee [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/nanoarrow-package.R
\name{nanoarrow_version}
\alias{nanoarrow_version}
\title{Underlying 'nanoarrow' C library build}
\usage{
nanoarrow_version(runtime = TRUE)
}
\arguments{
\item{runtime}{Compare TRUE and FALSE values to detect a
possible ABI mismatch.}
}
\value{
A string identifying the version of nanoarrow this package
was compiled against.
}
\description{
Underlying 'nanoarrow' C library build
}
\examples{
nanoarrow_version()
}