powered by
This function is wrapper for ifelse(is.null(.),.,.)
if.null(vec, val)
A vector or matrix with the same dimensions as the input, where any NULL values have been replaced by the specified val argument.
A vector or matrix.
The value to replace NULL with.