Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

arrow_available

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_dataset()

arrow_with_parquet()

arrow_with_s3()

Value

TRUE or FALSE depending on whether the package was installed with:

  • The Arrow C++ library (check with arrow_available())

  • Arrow Dataset support enabled (check with arrow_with_dataset())

  • Parquet support enabled (check with arrow_with_parquet())

  • Amazon S3 support enabled (check with arrow_with_s3())

See Also

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

Examples

arrow_available()
arrow_with_dataset()
arrow_with_parquet()
arrow_with_s3()

arrow

Integration to 'Apache' 'Arrow'

v4.0.0.1
Apache License (>= 2.0)
Authors
Neal Richardson [aut, cre], Ian Cook [aut], Jonathan Keane [aut], Romain François [aut] (<https://orcid.org/0000-0002-2444-4226>), Jeroen Ooms [aut], Javier Luraschi [ctb], Jeffrey Wong [ctb], Apache Arrow [aut, cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.