csql: See SQL

View source: R/utilities.R

csqlR Documentation

See SQL

Description

View a dbi.table's underlying SQL query.

Usage

csql(x, n = getOption("dbi_table_max_fetch", 10000L))

Arguments

x

a dbi.table.

n

a single integer value. When nonnegative, limits the number of rows returned by the query to n.

Value

none (invisible NULL).


dbi.table documentation built on April 3, 2025, 7:40 p.m.