Check if scalars are blank
Arguments
- x
Object to check its emptiness.
- trim
Logical. If passed as
TRUE
and the object is a character vector,stringi::stri_trim()
is applied before checking.- ...
Additional arguments for
base::sapply()
.
Check if scalars are blank
Object to check its emptiness.
Logical. If passed as TRUE
and the object is a character vector,
stringi::stri_trim()
is applied before checking.
Additional arguments for base::sapply()
.