You won't generally need to call this function, but it's here in case it helps for development purposes.
arrow_available()
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.
arrow_available()#> [1] TRUE