Description Usage Arguments Value
View source: R/AmerAssocIndividInvestorsAAII.R
R Classes depend upon what the server supports. SQLite R equivalents typically are "character", "integer", and "real". PostgreSQL R equivalents typically are "character", "integer", "numeric/double", "logical", "Date", (and may be others: POSIXct?).
1 2 3 4 5 6 7 8 | dbRClmnsClassesEM(
connName,
name,
temporary = FALSE,
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". |
name |
Table name string, length 1-2. Requires at least one row. |
temporary |
Logical. This is a temporary table or not. |
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 |
data.frame. Variables are "NAME" and "TYPE". If the number of rows in "NAME" is zero, then, instead of "numeric" being returned, "double" is returned. The reason is because a "fallback" is used.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.