Report a message with warning()

disambr_warning(
  mess,
  h_prefix = c("disambr:", "-"),
  call. = FALSE,
  immediate. = TRUE,
  ...
)

Arguments

mess

Message to report. If prefixed by h h_marks it will be ouline of level h

h_prefix

Character vector of prefixes for each outline level

call.

See warning

immediate.

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

Value

Same as warning returns