vname <- function(x) {
# from package:checkmate, Michel Lang
paste0(deparse(eval.parent(substitute(substitute(x))), width.cutoff = 500L),
collapse = "\n")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.