Report a message with warning()
disambr_warning(
mess,
h_prefix = c("disambr:", "-"),
call. = FALSE,
immediate. = TRUE,
...
)
Message to report. If prefixed by h h_marks
it will be ouline of level h
Character vector of prefixes for each outline level
See warning
See warning
Arguments passed on to create_message
h
Forse specific ouline level of message
indent
Forse indentation
prefix
Add overal prefix
h_marks
Marks that sets outline. Default is "-". Can be many characters, e.g. "-*#".
h_prefix_sep
Separator between h_prefix
and mess
pretty
Whether to use "crayon" package for pretty printing
mess_color
Color of message
h_prefix_color
Color of ouline prefix
Same as warning
returns