Nothing
"cat.to.list" <-
function(x, a)
{
a <- as.character(a)
label <- unique(a)
out <- as.list(1.:length(label))
names(out) <- label
for(k in 1.:length(label)) {
out[[k]] <- x[label[k] == a]
}
out
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.