msgdone: msgdone

View source: R/msg.R

msgdoneR Documentation

msgdone

Description

msgdone

Usage

msgdone(caller = NULL, call_depth = 1, caller_id = 1, sep = " ")

Arguments

caller

Character: Name of calling function

call_depth

Integer: Print the system call path of this depth.

caller_id

Integer: Which function in the call stack to print

sep

Character: Use to separate objects in ...

Value

NULL invisibly

Author(s)

EDG

Examples

msgstart("Starting process...")
msgdone("Process complete")

rtemis.core documentation built on April 22, 2026, 1:11 a.m.