#' ruf
#' @name lprint
#' @param . class: data
#' @export
lprint <- function(.) {
return(list(name = deparse(substitute(.)), value= .))
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.