unexpected_error {oeli} | R Documentation |
Handling of an unexpected error
Description
This function reacts to an unexpected error by throwing an error and linking to a GitHub issues site with the request to submit an issue.
Usage
unexpected_error(
msg = "We are sorry, an unexpected error occured.",
issue_link = "https://github.com/loelschlaeger/oeli/issues"
)
Arguments
msg |
A |
issue_link |
A |
Value
No return value, but it throws an error.
[Package oeli version 0.5.2 Index]