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

a DBI connection

table

a character scalar. The name of the table to log to.

...

passed on to the appropriate LayoutDbi subclass constructor.


[Package lgrExtra version 0.0.8 Index]