Learn R Programming

oeli (version 0.5.2)

unexpected_error: 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"
)

Value

No return value, but it throws an error.

Arguments

msg

A character, an error message.

issue_link

A character, the URL to a GitHub issues site.