powered by
This is the fastest way to find out whether the elements of a character vector are empty strings.
stri_isempty(str)
Returns a logical vector of the same length as str.
str
character vector or an object coercible to
Marek Gagolewski and other contributors
Missing values are handled properly.
The official online manual of stringi at https://stringi.gagolewski.com/
Other length: %s$%(), stri_length(), stri_numbytes(), stri_pad_both(), stri_sprintf(), stri_width()
%s$%()
stri_length()
stri_numbytes()
stri_pad_both()
stri_sprintf()
stri_width()
stri_isempty(letters[1:3]) stri_isempty(c(',', '', 'abc', '123', '\u0105\u0104')) stri_isempty(character(1))
Run the code above in your browser using DataLab