Description Usage Arguments Value Examples
Constructor function for SQL queries.
1 |
query_string |
SQL query string. |
params |
Sequence of positional query parameters. |
Object of type qry_sql
.
1 2 3 4 | ## Not run:
sql_stmt <- data.world::qry_sql("SELECT * FROM Tables")
## End(Not run)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.