Learn R Programming

redquack (version 0.3.0)

transfer_log: Get Transfer Logs Table

Description

Creates a tbl reference to the transfer logs table in the database and automatically collects it as a data frame. Uses the transfer logs table name stored in the connection attributes if available.

Usage

transfer_log(conn, transfer_log_table_name = NULL)

Value

A data frame containing the transfer log data.

Arguments

conn

A DuckDB connection object.

transfer_log_table_name

Character string specifying the transfer logs table name. If NULL, uses the table name stored in connection attributes. Default is NULL.

Examples

Run this code
if (FALSE) {
transfer_log <- transfer_log(conn)
}

Run the code above in your browser using DataLab