agstudy / rsqlserver

Sql Server driver database interface (DBI) driver for R. This is a DBI-compliant Sql Server driver based on the System.Data.SqlClient.
82 stars 30 forks source link

Create a wrapper around BULK INSERT #1

Closed agstudy closed 10 years ago

agstudy commented 10 years ago

Imports a data file into a database table or view in a user-specified forma using BULK INSERT

a signature can be

writeFile(con,fiel.path,table_name,...)
agstudy commented 10 years ago

implemented in dbBulkCopy.