Learn R Programming

MetaDBparse (version 2.0.0)

is.empty: Is this item 'empty'?

Description

Checks if given object is either NULL, NA, or just whitespace

Usage

is.empty(item)

Arguments

item

object to check

Value

TRUE or FALSE

Examples

Run this code
# NOT RUN {
 is.empty(NA)
# }

Run the code above in your browser using DataLab