Nothing
styleCode <- function(x) {
if (rlang::is_installed("styler")) {
x <- styler::style_text(x)
} else {
cli::cli_inform(c("i" = "{.pkg styler} not installed, code not styled."))
}
x <- as.character(x)
return(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.