check_null_cond: Return check_null Value

View source: R/cli.R

check_null_condR Documentation

Return check_null Value

Description

Check if alt_null argument is TRUE or FALSE. If it is FALSE it will return FALSE. If the argument is TRUE it will check if the x argument is NULL and return logical value.

Usage

check_null_cond(x, alt_null)

Arguments

x

Argument to check if is NULL.

alt_null

Logical. If TRUE it will check if x is NULL.

Value

Either TRUE or FALSE.


cloudfs documentation built on May 29, 2024, 11:08 a.m.