Create or drop table
createTable(connectargs, table, coltypes, ...)dropTable(connectargs, table, ...)
checkTableExists(connectargs, table)
No return value. Operations from bcp are printed to console; see
...
to redirect output
named list of connection arguments. See makeConnectArgs.
Name of the source table when importing from SQL Server. For specifying the
schema in the table name see <schema>.<table>
and if not specified the
default is "dbo".
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