Nothing
extract.name.from.special <- function(x,pattern="[()]"){
if (length(x)==1)
rev(unlist(strsplit(x,pattern)))[1]
else
as.character(sapply(x,extract.name.from.special))
}
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.