showError,xcmsSet-method | R Documentation |
If peak detection is performed with findPeaks
setting argument stopOnError = FALSE
eventual errors during the
process do not cause to stop the processing but are recorded inside of
the resulting xcmsSet
object. These errors can be
accessed with the showError
method.
## S4 method for signature 'xcmsSet'
showError(object, message. = TRUE, ...)
object |
An |
message. |
Logical indicating whether only the error message, or the error itself should be returned. |
... |
Additional arguments. |
A list of error messages (if message. = TRUE
) or errors or an
empty list if no errors are present.
Johannes Rainer
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.