is.pg = function(pg, n){ if(prod(dim(pg) == c(n, 2))){ return(TRUE) }else{ return(FALSE) } }
Add the following code to your website.
REMOVE THIS Copy to clipboard
For more information on customizing the embed code, read Embedding Snippets.