Example = R6Class(
"Example",
inherit = Pipeline,
private = list(
.config = list(name = 'Example',
steps = c('Description', 'Filtering', 'Normalization', 'Imputation', 'HypothesisTest'),
mandatory = c(T, F, T, F, 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.