isError | R Documentation |
Returns TRUE if x is a list with at least one element called error.
isError(x)
x |
any R object, but only an error in a list can be found. |
Returns FALSE or TRUE.
Rehrauer, Hubert
Schmid, Peter
isError("error")
isError(list(a=3:5,error=3))
isError(list(errrrror=3))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.