Description Usage Arguments Value See Also
Send a query to a data.world dataset.
1 2 | ## S4 method for signature 'Data.WorldConnection'
dbSendQuery(conn, statement, ...)
|
conn |
A |
statement |
A SQL query string. The query can be parameterized. |
params |
Any parameters to pass into the query before running. |
A Data.WorldResult
object. A data
frame with the query results can be obtained by
calling dbFetch
on the result.
sql
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.