stop_with_instructions: Stop Daily Update with an Informative Error

View source: R/00_functions.R

stop_with_instructionsR Documentation

Stop Daily Update with an Informative Error

Description

Throws an error with additional details, or issues a warning if error is set to FALSE. The error message instructs the user to contact support for help.

Usage

stop_with_instructions(..., error = FALSE)

Arguments

...

Additional messages to include in the error or warning. These messages will be concatenated and presented to the user.

error

(logical) If TRUE, stops execution and throws an error. If FALSE, issues a warning instead. Default is FALSE.


COHHIO/Rm_data documentation built on Dec. 9, 2024, 2:10 p.m.