is.blank {ragtop}R 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


[Package ragtop version 1.1.1 Index]