store_msg(type = "info", ok = "this is a first note")
store_msg(type = "warn", warn = "this is problematic")
dt <- joyn_msg()
dt[1, "msg"] |> cat()
x <- "hello"
store_msg(type = "info", ok = cli::symbol$tick, " ", pale = paste("this is", x), warn = " but with some issues")
joyn_msg()
You can test it using this