check_arrow: Check for Arrow availability

View source: R/utils-checks.R

check_arrowR Documentation

Check for Arrow availability

Description

This internal helper checks whether the arrow package is installed. If it is not available, a status message is displayed with platform-specific installation instructions. The arrow package is used for efficient parquet file I/O. When not available, eyeris falls back to DuckDB for parquet operations, which is slower but functional.

Usage

check_arrow()

Value

TRUE if arrow is installed, otherwise FALSE (with an informative status message).


eyeris documentation built on June 19, 2026, 9:08 a.m.