Selects an appropriate Layout for a database table based on a DBI connection and - if it already exists in the database - the table itself.

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.