#' @export
#' @importFrom R6 R6Class
Output <- R6Class(
"Output",
inherit = Directory,
public = list(
initialize = function(path) {
super$initialize(path)
}
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.