dbInstance: Indicates whether MDMAPR is connected to a database instance...

Description Usage Arguments Details Value Examples

View source: R/dbInstance.R

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

1

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

1
2
dbInstance("Yes")
dbInstance("No")

MDMAPR documentation built on June 23, 2021, 9:08 a.m.