Nothing
# future implementations for interface
#
# be_quiet <- function() {
# getOption("halfmoon.quiet", default = FALSE)
# }
#
# alert_info <- function(.message) {
# if (!be_quiet()) {
# cli::cli_alert_info(text = .message)
# }
# }
abort <- function(.message) {
cli::cli_abort(message = .message)
}
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.