#' @export
setMethod("as.list", signature(x = "ParamSterol"), function(x, ...) {
return(.param2list(x))
})
# The 'setAs' method.
setAs("ParamSterol" ,"list", function(from){
return(.param2list(from))
})
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.