Nothing
#' @describeIn ResultSet Returns the amoung of analyses stored in the
#' \code{ResultSet}.
#' @param x A \code{ResultSet} object.
setMethod(
f = "length",
signature="ResultSet",
definition = function(x) {
return(length(x@results))
}
)
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.