Nothing
hello <- function(x) {
if (!is.character(x)) {
cli::cli_abort("{.arg x} must be a character string.")
}
paste0("Hello, ", x, "!")
}
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.