powered by
Used to safely handle NULL values: returns y if x is NULL, otherwise returns x
if_null_else(x, y)
x if x is not NULL, otherwise y
Any R object (may be NULL)
Default value to return when x is NULL