# DB Connection ----
db_con <- DBI::dbConnect(
odbc::odbc(),
Driver = "SQL Server",
Server = "LI-HIDB",
#Server = "BMH-HIDB",
Database = "SMSPHDSSS0X0",
Trusted_Connection = T
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.