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("dbitable.max.fetch", 10000L), strict = FALSE)

Arguments

x

a dbi.table.

n

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

strict

a logical value. If TRUE and x has a key, the key is appended to the ORDER BY clause.

Value

none (invisible NULL).


dbi.table documentation built on Nov. 5, 2025, 7:27 p.m.