Nothing
## ---- include = FALSE---------------------------------------------------------
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>"
)
## ----figure_1, echo=FALSE, fig.cap="*Select from available database modules.*", fig.align='center'----
knitr::include_graphics('connect2db.png')
## ----figure_3, echo=FALSE, fig.cap="*Successful connection to database with supported data model.*", fig.align='center'----
knitr::include_graphics('connect2db_success.png')
## ----figure_2, echo=FALSE, fig.cap="*Error when connecting to a database with an unsupported data model.*", fig.align='center'----
knitr::include_graphics('connect2db_error.png')
Any scripts or data that you put into this service are public.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.