iderr | R Documentation |
checking a list for any elements that are try-errors usually from an lapply(..., function(x) try()) call
iderr(
lst,
class_condition = c("simpleError", "try-error", "error", "errored", "err")
)
lst |
A list |
a logical vector marking which elements are try-errors"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.