filter.size = function( x, size, index=T ) {
i = which( is.finite(x) & (x >= size[1] ) & (x < size[2]) )
if (index) return(i) else return(x[i,])
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.