is.blank: Return 'TRUE' if the argument is empty, 'NULL' or 'NA'

View source: R/cc_code.R

is.blankR Documentation

Return TRUE if the argument is empty, NULL or NA

Description

Return TRUE if the argument is empty, NULL or NA

Usage

is.blank(x, false.triggers = FALSE)

Arguments

x

Argument to test

false.triggers

Whether to allow nonempty vectors of all FALSE to trigger this condition


ragtop documentation built on June 20, 2026, 5:06 p.m.