powered by
write data fast to a DWH table using a ODBC connection Function uses packages DBI/odbc to write data faster than RODBC Connects, writes data and disconnects
dwh_fastload(data, dsn, table, overwrite = FALSE, append = FALSE, ...)
status
dataframe
DSN string
table name (character string)
Overwrite table if already exist
Append data to table
Further arguments to be passed to DBI::dbConnect()
if (FALSE) { dwh_fastload(data, "DWH", "database.table_test") }
Run the code above in your browser using DataLab