arrow_available {arrow}R Documentation

Is the C++ Arrow library available?

Description

You won't generally need to call these function, but they're made available for diagnostic purposes.

Usage

arrow_available()

arrow_with_s3()

Value

TRUE or FALSE depending on whether the package was installed with the Arrow C++ library (check with arrow_available()) or with S3 support enabled (check with arrow_with_s3()).

See Also

If either of these are FALSE, see vignette("install", package = "arrow") for guidance on reinstalling the package.

Examples

arrow_available()
arrow_with_s3()

[Package arrow version 2.0.0 Index]