## Error message for classes not implemented...
.errNotImp <- function(x){
cl <- class(x)
message("Method not implemented for objects of class ", cl)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.