str_empty {stringr} |
R Documentation |
test of the give character vector is empty string or not
Description
Usage
str_empty(x,
whitespace.empty = TRUE,
test.empty.factor = FALSE);
Arguments
x
a character vector that contains multiple string for do the test. [as string]
Details
Authors
SMRUCC genomics Institute
Value
a logical vector of the test result. TRUE means the given string
is asserted as an empty factor.
clr value class
Examples
[Package
stringr version 2.33.856.6961
Index]