nchar0: Zero characters or NULL

Description Usage Arguments Value Author(s) See Also Examples

View source: R/nchar0.R

Description

Returns TRUE if (is.null(x) || (length(x) == 0) || (max(nchar(x)) == 0)).

Usage

1
nchar0(x, ...)

Arguments

x

a character vector or something that can be coerced to mode character

...

optional arguments to be passed to nchar

Value

TRUE if x is either NULL or max(nchar(x)) == 0. FALSE otherwise.

Author(s)

Spencer Graves

See Also

nchar

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13

Ecfun documentation built on May 2, 2019, 6:53 p.m.