isError | R Documentation |
Convenience function to check for errors in a list of results e.g. from mclapply
isError(x)
x |
vector or list to check for errors |
logical vector of length(x) specifying if each element of x was an error
mclapply
isError(c(list(1:3),list(simpleError('Error!'))))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.