Description Usage Arguments Details Value See Also Examples
This is the fastest way to find out whether the elements of a character vector are empty strings or not.
1 |
str |
character vector |
Missing values are handled properly, as opposed to the
built-in nzchar
function.
Returns a logical vector of the same length as str
.
Other length: stri_length
;
stri_numbytes
1 2 3 | stri_isempty(letters[1:3])
stri_isempty(c(',','','abc','123','\u0105\u0104'))
stri_isempty(character(1))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.