dbWriteTable2: Data Import Wrapper for dbWriteTable.
Description
This is wrapper for dbWriteTable written with the the primary improvements focusing on database import into an existing table definition schema.
The function matches and rearranges columns of the dataframe to database feilds and additionally performs checks for NA's in required variables, overlength strings, and type mismatches.
There also exists support for updating of the PostgreSQL specific sequence for tables with auto incrementing primary keys.