blob: 9e696d530d0c6590ca5c88b230fe1a734ea85f29 [file] [log] [blame]
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/arrow-package.R
\name{arrow_available}
\alias{arrow_available}
\title{Is the C++ Arrow library available?}
\usage{
arrow_available()
}
\value{
\code{TRUE} or \code{FALSE} depending on whether the package was installed
with the Arrow C++ library. If \code{FALSE}, you'll need to install the C++
library and then reinstall the R package. See \code{\link[=install_arrow]{install_arrow()}} for help.
}
\description{
You won't generally need to call this function, but it's here in case it
helps for development purposes.
}
\examples{
arrow_available()
}