ret_no_err | R Documentation |
a wrapper around check_lst
ret_no_err(
lst,
class_condition = (c("simpleError", "try-error", "error", "errored", "err"))
)
lst |
A list (usually the output of lapply(... , function(x) try()) |
only returns the non-errors in the list
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.