Nothing
look.up.mat = function(L, a){
b <- matrix(nrow=length(a), ncol=2)
for(i in seq_along(a)) b[i,] <- c(L[[i]][a[i]], L[[i]][a[i]+1])
b
}
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.