Nothing
"as.rad" <-
function(x)
{
if (inherits(x, "rad"))
return(x)
take <- x > 0
nm <- names(x)
comm <- x[take]
names(comm) <- nm[take]
comm <- rev(sort(comm))
class(comm) <- "rad"
comm
}
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.