View source: R/008_utilities_error.R
| SolverError | R Documentation |
Creates a custom R condition of class "SolverError" for solver failures.
SolverError(message, call = sys.call(-1L))
message |
Character error message |
call |
The call to include in the condition (default: caller's call) |
A condition object of class c("SolverError", "error", "condition")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.