#' @title Validate object input
validation <- function(x){
if(!is(x, class2 = "spata")){
stop("Input not of class 'spata'.")
}
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.