Learn R Programming

emil (version 2.2.10)

is_blank: Wrapper for several methods to test if a variable is empty

Description

This is mainly an internal function but as other dependent packages also use it sometimes and it generally is quite handy to have it is exported for public use.

Usage

is_blank(x, false_triggers = FALSE)

Arguments

x

A variable.

false_triggers

Whether FALSE should be considered as empty.

Value

Logical telling if variable is blank.

Examples

Run this code
# NOT RUN {
is_blank(NULL)
# }

Run the code above in your browser using DataLab