stop_quietly: Stop Quietly

View source: R/stop_quietly.R

stop_quietlyR Documentation

Stop Quietly

Description

Internal function that allows to stop a function with a non-error message

Usage

stop_quietly(msg)

Arguments

msg

Character string

Examples

stop_quietly("This is a non-error message");

ptimoner/inAccMod documentation built on Jan. 27, 2025, 9:34 a.m.