substitute.sep <-
function (the.string, sep.in, sep.out)
{
paste(ClistToVec(the.string, sep = sep.in), collapse = sep.out,
sep = "")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.