| starburst_error | R Documentation |
Creates error messages with context, solutions, and links to documentation
starburst_error(
message,
context = list(),
solution = NULL,
call = sys.call(-1)
)
message |
Main error message |
context |
Named list of contextual information |
solution |
Suggested solution (optional) |
call |
Calling function (default: sys.call(-1)) |
Error condition with class "starburst_error"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.