R/coalesce.R
coalesce.Rd
Return the first non-NULL argument.
coalesce(...)
Arguments to check for non-NULL values.
The first non-NULL argument, or NULL if all arguments are NULL.
Other utils: add_badges()
add_badges()