Nothing
#' @rdname d
#' @export
value <- function(x) UseMethod("value")
#' @rdname d
#' @exportS3Method value dual
value.dual <- function(x) x@x
#' @rdname d
#' @exportS3Method value numeric
value.numeric <- function(x) x
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.