Nothing
# ensure consisten output on CI system
app <- cli::start_app(theme = list(
".alert-warning" = list(before = "WARNING! "),
".alert-success" = list(before = "SUCCESS! ")
), .auto_close = FALSE)
withr::defer(cli::stop_app(app), teardown_env())
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.