store_msg | R Documentation |
Store joyn message to .joynenv environment
store_msg(type, ...)
... |
combination of type and text in the form |
current message data frame invisibly
Messages functions
clear_joynenv()
,
joyn_msg()
,
joyn_msgs_exist()
,
joyn_report()
,
msg_type_dt()
,
style()
,
type_choices()
# Storing msg with msg_type "info"
joyn:::store_msg("info",
ok = cli::symbol$tick, " ",
pale = "This is an info message")
# Storing msg with msg_type "warn"
joyn:::store_msg("warn",
err = cli::symbol$cross, " ",
note = "This is a warning message")
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.