dbInstance {MDMAPR} | R Documentation |
Indicates whether MDMAPR is connected to a database instance or not.
Description
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.
Usage
dbInstance(x)
Arguments
x |
defines if there is a database connection or not. Must be either updated to "Yes" or "No". |
Details
dbInstance
Value
No return value.
Examples
dbInstance("Yes")
dbInstance("No")
[Package MDMAPR version 0.2.3 Index]