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 Jan. 28, 2025, 12:15 p.m.