Nothing
fIsonymy <-
function(x, category){
n <- length(x)
if (n==0) stop("No observations)")
nc <- length(category)
if (nc==0) stop("category is missing)")
iso <- aggregate(x, by=list(Category=category), FUN=sum)
return(iso)
}
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.