Learn R Programming

eyeris (version 2.1.1)

check_input: 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)

Value

No return value; throws error if argument is NULL

Arguments

arg

The argument to check