isNaOrEmpty: NA or the empty string ""?

View source: R/logical.R

isNaOrEmptyR Documentation

NA or the empty string ""?

Description

is an object NA or equal to the empty string "" (after trimming)?

Usage

isNaOrEmpty(x)

Arguments

x

object to be tested for NA or being empty (equal to "", after trimming)

Value

(vector of) logical, being TRUE for each element in x that is NA or the empty string "" (after trimming)


KWB-R/kwb.utils documentation built on April 1, 2024, 7:12 a.m.