Nothing
#' @rdname d
#' @details The `varnames` function sends back the names of all variables
#' for which a derivative is defined.
#' @export
varnames <- function(x) UseMethod("varnames")
#' @rdname d
#' @exportS3Method varnames dual
varnames.dual <- function(x) names(unclass(x@d))
#' @rdname d
#' @exportS3Method varnames numeric
varnames.numeric <- function(x) character(0)
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.