# 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")
Run the code above in your browser using DataLab