Example = R6Class(
"Example",
inherit = Pipeline,
private = list(
.config = list(name = 'Example',
steps = c('Description', 'ProcessA', 'ProcessB', 'ProcessC'),
mandatory = c(T, F, T, F)
)
),
public = list(
Global_server = function(input, output){}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.