#' Close all connections to the \code{ojo} database
#'
#' @examples
#' ojo_disconnect_all()
ojo_disconnect_all <- function() {
lapply(dbListConnections(dbDriver(drv = "MySQL")), dbDisconnect)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.