is_blank: Wrapper for several methods to test if a variable is empty
Description
This is mainly an internal function but as other dependent packages also
use it sometimes and it generally is quite handy to have it is exported for
public use.Usage
is_blank(x, false_triggers = FALSE)
Value
Logical telling if variable is blank.