is_blank: Conditional check for a blank value

View source: R/is_blank.r

is_blankR Documentation

Conditional check for a blank value

Description

Return TRUE if the value is blank.

Usage

is_blank(x)

Arguments

x

A vector

Value

A boolean vector with the return from the condition check.

Examples


is_blank("")

is_blank(NA_character_)

is_blank(" ")

is_blank("-")

is_blank(NULL)

is_blank(NaN)


vbfelix/relper documentation built on May 10, 2024, 10:50 p.m.