### ** lines2str
lines2str <-
function(txt, sep = "")
trimws(gsub(
"\n",
sep,
paste(txt, collapse = sep),
fixed = TRUE,
useBytes = TRUE
))
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.