Description Usage Arguments Details Value
View source: R/AmerAssocIndividInvestorsAAII.R
Get the internal table of database server columns.
1 2 3 4 5 6 7 8 9 |
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. |
temporary |
Logical. This is a temporary table or not. |
others |
Logical. Default is FALSE. Using PostgreSQL, Whether or not to also return the "others" column and values (e.g."sclass"). Values are in lowercase. Note, the returned column order may be mixed. |
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 |
1 2 3 4 5 6 7 8 9 10 11 12 13 | Typical (SQLite) columns:
NAME(chr) TYPE(chr)
Typical SQLite column TYPE values:
TYPE: character double integer
Typical PostgreSQL columns (others = TRUE):
NAME(chr), SCLASS(chr), TYPE(chr),
LEN(int), PRECISION(int), SCALE(int) NULLOK(logi)
Typical PostgreSQL column values:
SCLASS: character double integer logical Date
TYPE: TEXT FLOAT8 INTEGER BOOL DATE
|
data.frame. Variables are "name" and "type" (optionally some "others"). "type" column values are lowercase.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.