View source: R/disambr_messaging.r
create_message | R Documentation |
Creates message string for reporting during procedures
create_message( mess, h = integer(0), indent = integer(0), prefix = "", h_marks = "-", h_prefix = character(), h_prefix_sep = " ", pretty = getOption("disambr_mess_pretty"), mess_color = "green", h_prefix_color = "blue", ... )
mess |
Message to report. If prefixed by h |
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 |
Character vector of prefixes for each outline level |
h_prefix_sep |
Separator between |
pretty |
Whether to use "crayon" package for pretty printing |
mess_color |
Color of message |
h_prefix_color |
Color of ouline prefix |
... |
Here we can pass |
Message string
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.