Nothing
local_colors <- function(colors = 256, .local_envir = parent.frame()) {
withr::local_envvar(
list(R_CLI_NUM_COLORS = as.character(colors)),
.local_envir = .local_envir
)
}
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.