Nothing
###############################################################################@
#' Summarize the number of seizures observed in samples
#'
#' @param x MDB object (by default, the MDB to which the function is attached).
#'
#' @return A table with Min., 1st Qu., Median, Mean, 3rd Qu. and Max. values
#'
#' @export
#'
summarize_seizures <- function(x=THISMDB){
return(summary(x$samples$seizures))
}
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.