Learn R Programming

VOSONDash (version 0.5.7)

isNullOrEmpty: Check a value for a range of empty conditions

Description

This function checks a value is not NULL, NA or an empty string.

Usage

isNullOrEmpty(x)

Arguments

x

Input value.

Value

Result as logical.