Nothing
select.IDR <-
function(x, IDR.x, IDR.level){
is.selected <- IDR.x < IDR.level
x.selected <- x[is.selected,]
n.selected <- nrow(x.selected)
return(list(x=x.selected, n=n.selected, IDR.level=IDR.level))
}
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.