select_dbi_layout: Automatically select appropriate layout for logging to a...

View source: R/LayoutDbi.R

select_dbi_layoutR 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.


s-fleck/lgr.app documentation built on Jan. 12, 2023, 8:03 p.m.