list_to_char <- function(lst,
sep="\t",
newline="\n"){
paste(names(lst), lst,
sep = sep,
collapse = newline)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.