powered by
Check if scalars are blank
is_blank(x, trim = TRUE, ...)
Logicals.
Object to check its emptiness.
Logical. If passed as TRUE and the object is a character vector, stringi::stri_trim() is applied before checking.
TRUE
stringi::stri_trim()
Additional arguments for base::sapply().
base::sapply()
is_blank(list(c(a = "", b = NA_character_), NULL))
Run the code above in your browser using DataLab