arrow (version 0.16.0.2)

arrow_available: Is the C++ Arrow library available?

Description

You won't generally need to call this function, but it's here in case it helps for development purposes.

Usage

arrow_available()

Arguments

Value

TRUE or FALSE depending on whether the package was installed with the Arrow C++ library. If FALSE, you'll need to install the C++ library and then reinstall the R package. See install_arrow() for help.

Examples

Run this code
# NOT RUN {
arrow_available()
# }

Run the code above in your browser using DataLab