dbSendQuery-Data.WorldConnection-method: Send a query to a data.world dataset.

Description Usage Arguments Value See Also

Description

Send a query to a data.world dataset.

Usage

1
2
## S4 method for signature 'Data.WorldConnection'
dbSendQuery(conn, statement, ...)

Arguments

conn

A Data.WorldConnection object, as created by dbConnect.

statement

A SQL query string. The query can be parameterized.

params

Any parameters to pass into the query before running.

Value

A Data.WorldResult object. A data frame with the query results can be obtained by calling dbFetch on the result.

See Also

sql.


carljv/dwDBI documentation built on May 4, 2019, 7:36 a.m.