Nothing
boom_addin <- function() {
# nocov start
## fetch context and selection
context <- rstudioapi::getSourceEditorContext()
selection <- rstudioapi::primary_selection(context)[["text"]]
eval.parent(str2lang(paste0("boomer::boom(",selection, ")")))
invisible()
# nocov end
}
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.