select_dbi_layout {lgrExtra} | R Documentation |
Automatically select appropriate layout for logging to a database
Description
Selects an appropriate Layout for a database table based on a DBI connection and - if it already exists in the database - the table itself.
Usage
select_dbi_layout(conn, table, ...)
Arguments
conn |
|
table |
a |
... |
passed on to the appropriate |
[Package lgrExtra version 0.0.8 Index]