Description Usage Arguments Examples
View source: R/constructor_error_conditions.R
forbidden_negative_error
1 2 | forbidden_negative_error(subclass, message = "", call = sys.call(-1),
...)
|
... |
1 2 3 | tryCatch(
stop(forbidden_negative_error(message = "variable")),
forbidden_negative_error = function(e) stop(e))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.