Description Usage Arguments Value Examples
View source: R/AmerAssocIndividInvestorsAAII.R
Adds extra information: current_schema, search_path, temp_dbname, econmodel_db_dbname, client_encoding, and time_zone. It will not report the working database (econmodel_db_dbname) (if it does not yet exist). It will not report the user temporary database (temp_dbname) (if it does not yet exist).
| 1 | dbGetInfoExtraEM(connName, 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". | 
| 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). | 
R data.frame of Strings of properties. Otherwise, an error.
| 1 2 3 4 | ## Not run: 
dbGetInfoExtraEM()
## End(Not run)
 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.