Nothing
ask_for_permission <- function(msg) {
if (!yesno::yesno(cli::cli_text(msg, .envir = rlang::caller_env()))) {
cli::cli_abort(
message = "The process cannot continue because you answered \"no\"",
call = rlang::caller_env()
)
}
invisible(TRUE)
}
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.