emptyClass <- R6::R6Class(
"emptyClass",
inherit = emptyBase,
private = list(
.run = function() {
}),
public = list(
asSource = function() ''
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.