wqm.unpaste <-
function (string, sep = "/")
{
if (!is.character(string))
stop(cat(string, "is not a character string in wqm.unpaste\n"))
x <- strsplit(string, split = sep)
return(x)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.