| monitor_dbi | R Documentation |
Methods for creating database-backed (DBI-based) monitor objects.
monitor_dbi(conn, auto_disconnect = FALSE, keep = FALSE)
conn |
A DBIConnection object, as returned by
|
auto_disconnect |
whether the connection should be automatically closed
when the monitor is deleted. Set to |
keep |
whether to keep the tables created on exit. By default, tables are removed. |
A monitor object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.