#' @title EDW Connection Function
#'
#' @description This function connects to the edw database according to edw schema
#'
#' @return A string connection to Microsoft SQL Server
#' @export
#'
#' @examples
#' edw_connect()
edw_connect <- function(){
DBI::dbConnect(odbc::odbc(), "SDM_MSSQL", timeout = 10)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.