Description Usage Arguments Details Value
View source: R/AmerAssocIndividInvestorsAAII.R
Given an R data.frame, Get The Equivalent Database Server Column Types If a data.frame would be promoted to be on a database server, then these would be the equivalent Server datatypes.
1 | dfServerFieldsClassesEM(connName, value, env, exec = TRUE, display = TRUE)
|
connName |
String. Default is "connEM". Contains the name of the variable that contains the name of the "connection" in the environment "env". |
value |
data.frame |
env |
Environment. Default is the .Global environment. This is the environment to return the connection object "connEM". |
exec |
Logical. Whether to execute the query (defaults to |
display |
Logical. Whether to display the query (defaults to |
1 2 3 4 5 | typical SQLite results of TYPE values:
"TEXT" "REAL" "INTEGER"
typical PostgreSQL results of TYPE values:
"text" "float8" "bool" "integer" "date"
|
data.frame. Variables are "name" and "type"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.