A set of helper functions for providing verbose feedback to the developer using
functions prefixed with msg_
(i.e. msg_error
, msg_warning
, msg_success
).
Usage
msg_field(x)
msg_value(x)
msg_done(x)
msg_bullet(x, bullet = cli::symbol$bullet)
msg_err(x)
msg_path(x)
msg_info(x)
msg_code(x)
msg_feedback(x)
Arguments
- x
The string passed to various
msg_
functions.- bullet
What to use for the message's
bullet
. Defaults tocli::symbol$bullet
Details
See use_feedback_helpers()
to add all of these functions to your own package!
See also
Other Feedback Utilities:
indent()
,
inform()
,
use_feedback_helpers()