check_duckdb: Check for DuckDB availability

View source: R/utils-checks.R

check_duckdbR Documentation

Check for DuckDB availability

Description

This internal helper checks whether the duckdb package is installed. If it is not available, a status message is displayed with platform-specific installation instructions (macOS, Linux, Windows). Functions that depend on DuckDB call this check before proceeding.

Usage

check_duckdb()

Value

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


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