Learn R Programming

eyeris (version 3.0.1)

check_duckdb: 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()

Arguments

Value

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