R/utils.R
is_blank.Rd
This predicate function is helpful for functions where arguments could not yet be initialized from the teal module.
is_blank(x)
object to check.
Flag whether x is identical to an empty string, i.e. "".
x
""
is_blank("") #> [1] TRUE is_blank(" ") #> [1] FALSE