Connect to database using RMariaDB. May want to add secure credentials method.
1 2 3 4 5 6  | dbConnect_(
  Group = "EPA_harshadb",
  defaultFile = file.path(path$ws, ".my.cnf"),
  verbose = FALSE,
  ...
)
 | 
Group | 
 Group identifier found in .my.cnf  | 
defaultFile | 
 file where Group credentials are found  | 
verbose | 
 provide feedback to user  | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.