if_not_null_else {riskmetric} | R Documentation |
If not NULL else
Description
If not NULL else
Usage
lhs %||% rhs
Arguments
lhs |
Left-hand side |
rhs |
Right-hand side A shorthand for a common comparison |
Value
an object same as lhs
or rhs
[Package riskmetric version 0.2.5 Index]