h_default_if_empty: Getting the default value for an empty object
Description
A simple helper function that sets a default value for an empty or missing object,
that is an object for which length() function returns 0L or it has length 1
and is.na() returns TRUE.
Usage
h_default_if_empty(x, default)
Arguments
x
(any) an object to handle. It can be any object for which
length() function is defined.