#set up database connection
if(!"con_inv" %in% ls()){
library("RPostgreSQL")
con_inv=dbConnect(dbDriver("PostgreSQL"),dbname="inventory",host="localhost",port="5432",user="postgres",password="0000")
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.