Nothing
#' @describeIn ResultSet Returns a list with the options used to create the
#' \code{ResultSet}
setMethod(
f = "opt",
signature = "ResultSet",
definition = function(object) {
c(fun_origin=object@fun_origin, object@options)
}
)
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.