#' Gets R Object Name as Character String
#' @param robj R object
#' @export
get_robj_name <-
function(robj) {
deparse(substitute(robj))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.