monitor_dbi: Create a DBI Monitor

View source: R/dbi.R

monitor_dbiR Documentation

Create a DBI Monitor

Description

Methods for creating database-backed (DBI-based) monitor objects.

Usage

monitor_dbi(conn, auto_disconnect = FALSE, keep = FALSE)

Arguments

conn

A DBIConnection object, as returned by dbConnect().

auto_disconnect

whether the connection should be automatically closed when the monitor is deleted. Set to TRUE if you initialised the connection inside the call to memory_dbi.

keep

whether to keep the tables created on exit. By default, tables are removed.

Value

A monitor object.


r-simmer/simmer.mon documentation built on Jan. 4, 2023, 1:16 p.m.