Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Determine if a schema exists in the database.
1 | dbExistsSchemaEM(connName, schema, env, display = TRUE, exec = TRUE)
|
connName |
String. Default is "connEM". Contains the name of the variable that contains the name of the "connection" in the environment "env". |
schema |
String. Required. Potential schema in the database. |
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 |
exec |
Logical. Whether to execute the query (defaults to |
TRUE(exists) or FALSE(not exists)
1 2 3 4 | ## Not run:
dbExistsSchemaEM(schema = "r_user")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.