#' Get MEDITS data
#'
#' @param con connection to database
#' @param statement sql statement
#' @export
getMedits = function(con, statement){
dat = fetch(dbSendQuery(con, statement), n = -1)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.