is_empty {queryBuilder} | R Documentation |
Compare the string to empty value
Description
Compare the string to empty value
Usage
is_empty(x)
Arguments
x |
String value. |
Value
A logical vector indicating which elements equal ""
.
[Package queryBuilder version 0.1.0 Index]