Nothing
#' @export
assign.list<-function(assignx,term.labels){
ass<-as.list(seq(term.labels))
names(ass)<-term.labels
indexset<-seq(along=assignx)
lapply(ass,function(i,indexset,assignx)indexset[assignx==i],indexset,assignx)
}
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.