| %or% | R Documentation |
This function is deprecated. Please get in touch if you are using this function!
lhs %or% rhs
lhs |
Any valid R expression
|
rhs |
Any valid R expression
|
The function evaluates the expression lhs and if this expression results
in an error, it catches that error and proceeds with evaluating the expression
rhs and returns that result.
Either the result of evaluating lhs, rhs or an error
Other deprecated:
arg_name(),
enumerate(),
friendly_type_of(),
valid_time_units(),
what_is_it()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.