Description Usage Arguments Details Value Examples
Function to indicate if MDMAPR will be run with a database instance. If MDMAPR is to be run with a database connection, update dbInstance to "Yes" and if not, update dbInstance to "No". If the application is run with a database connection update the dbVariables function with the correct database connection details before launching app.
1 | dbInstance(x)
|
x |
defines if there is a database connection or not. Must be either updated to "Yes" or "No". |
dbInstance
No return value.
1 2 | dbInstance("Yes")
dbInstance("No")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.