is.empty: Is string empty

View source: R/isEmpty.R

is.emptyR Documentation

Is string empty

Description

Return TRUE or FALSE after checking if a string is empty

Usage

is.empty(string)

Arguments

string

the string to be checked

Value

Returns TRUE or FALSE

Examples

string <- "r2resume"
string2 <- NULL
is.empty(string)
is.empty(string2)

r2symbols documentation built on March 31, 2023, 8:19 p.m.