check_input {eyeris}R 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


[Package eyeris version 2.1.0 Index]