This function summarizes a number of build-time configurations and run-timesettings for the Arrow package. It may be useful for diagnostics.
Usage
arrow_info()arrow_available()arrow_with_acero()arrow_with_dataset()arrow_with_substrait()arrow_with_parquet()arrow_with_s3()arrow_with_gcs()arrow_with_json()Value
arrow_info() returns a list including version information, boolean"capabilities", and statistics from Arrow's memory allocator, and alsoArrow's run-time information. The_available() functions return a logicalvalue whether or not the C++ library was built with support for them.
See also
If any capabilities areFALSE, see theinstall guidefor guidance on reinstalling the package.