exec_safe | R Documentation |
Execute transformation function safely in which when error happens it will return original value
exec_safe(x, fun, ...)
x |
An object to be transformed |
fun |
A symbol of transform function |
... |
passed to the transform function |
either fun(x); or, when error in fun(x), return(x)
none
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.