check_lst | R Documentation |
checking list for elements that are errors
checking a list for any elements that are try-errors usually from an lapply(..., function(x) try()) call
check_lst(
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.