Nothing
ll.crunch <-
function(list.of.list.of.nets, function.name){
ll <- list.of.list.of.nets
lapply(ll, function(x) {
if(is.list(x) && !is.network(x))
lapply(x, function.name)
})
}
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.