ProposalGenerator = R6Class(
"ProposalGenerator",
public = list(
# public member
# constructor
initialize = function() {
stop("Not implemented.")
},
# value: data.table with column x (plus additional stuff in additional columns?)
generate = function(opt_state) {
stop("Not implemented.")
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.