dbExistsDbaseEM: Database Existence?

Description Usage Arguments Value Examples

View source: R/AmerAssocIndividInvestorsAAII.R

Description

Determine if a database exists in the cluster.

Usage

1
dbExistsDbaseEM(connName, dbname, env, display = TRUE, exec = TRUE)

Arguments

connName

String. Default is "connEM". Contains the name of the variable that contains the name of the "connection" in the environment "env".

dbname

String. Required. Potential database in the cluster.

env

Environment. Default is the .Global environment. This is the environment to return the connection object "connEM".

display

Logical. Whether to display the query (defaults to TRUE).

exec

Logical. Whether to execute the query (defaults to TRUE).

Value

TRUE(exists) or FALSE(not exists)

Examples

1
2
3
4
## Not run: 
 dbExistsDbaseEM(dbname = "r_user")

## End(Not run)

AndreMikulec/econModel documentation built on June 30, 2021, 9:48 a.m.