check_input: Check if input argument is provided

View source: R/utils-checks.R

check_inputR Documentation

Check if input argument is provided

Description

Validates that a required argument is not NULL and throws an error if missing.

Usage

check_input(arg)

Arguments

arg

The argument to check

Value

No return value; throws error if argument is NULL


eyeris documentation built on July 3, 2025, 9:08 a.m.