If the focal input is NULL, return value from the parent function. Should only be used within a function.
Arguments
- x
Focal input.
- value
If
xisNULL,returnthis input from the parent function.
Value
If x is not NULL, NULL is returned. If x is NULL, the result of return with value as its input evaluated within the parent function's environment is returned.
