Rdocumentation
powered by
Learn R Programming
datamart (version 0.3.2)
dbReadTable: dbReadTable method with update and conversion options.
Description
Counterpart to dbWriteTable. Ensures conversion of dates and timestamps.
Arguments
conn
an SQLiteDataStore object
name
the name of the data table to create
value
the data object
dates
optional - column names that are to interpreted as dates. Converts them back and forth.
timestamps
optional - column names that are intepreted as timestamps. Converts them back and forth.
verbose
optional - print diagnostic messages
...
additional arguments, passed to ancestor