csql {dbi.table} | R 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 |
n |
a single integer value. When nonnegative, limits the number of rows
returned by the query to |
strict |
a logical value. If |
Value
none (invisible NULL
).
[Package dbi.table version 1.0.4 Index]