Code
invisible(remote(function() cli::cli_text("just once")))
Message
just once
Code
withCallingHandlers(invisible(remote(function() cli::cli_text("just once"))),
message = function(m) print(m))
Output
<callr_message: just once
>
Message
just once
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.