createTable | R Documentation |
Create or drop table
createTable(connectargs, table, coltypes, ...)
dropTable(connectargs, table, ...)
checkTableExists(connectargs, table)
connectargs |
named list of connection arguments. See makeConnectArgs. |
table |
Name of the source table when importing from SQL Server. For specifying the
schema in the table name see |
coltypes |
character vector of data types with the column names as list/vector names. Use mapDataTypes or refer to for proper format. |
... |
arguments to pass to system2 |
No return value. Operations from bcp are printed to console; see
...
to redirect output
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.