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

Description Usage Arguments Value Author(s) Examples

View source: R/helpers.r

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

1
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.

Author(s)

Christofer Bäcklin

Examples

1

emil documentation built on Aug. 1, 2018, 1:03 a.m.

Related to is_blank in emil...