Nothing
box::use(
R6[R6Class],
)
#' @export
some_class <- R6Class("SomeClass",
public = list(
char_attribute = "char",
method = function() {
"method"
}
)
)
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.