verify_is_blank: Checks if provided variable is null, na, or of length 0

View source: R/verify_is_blank.R

verify_is_blankR Documentation

Checks if provided variable is null, na, or of length 0

Description

Checks if provided variable is null, na, or of length 0

Usage

verify_is_blank(x)

Arguments

x

Variable provided.

Examples

varify_is_blank("")
[1] TRUE

uva-bi-sdad/dc.utils documentation built on Aug. 1, 2022, 1:45 a.m.