| lapply_tryCatch | R Documentation |
Used to run function iteratively over list, while using tryCatch to
catch warnings and errors to finally present a summary of issues rather
than error on each and every one. Used in iterativeLRT and
iterativeModel.
lapply_tryCatch(X, FUN, err_res, ...)
X |
a vector (atomic or list) or an |
FUN |
the function to be applied to each element of |
err_res |
Function creating a result that should be output in case of error. |
... |
optional arguments to |
List of elements as returned by FUN.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.