.errorhandle = function(y, theta, d, GR, case, solver, approximate) {
if (anyNA(y)) {
stop("There cannot be NAs in y")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.