Description Usage Arguments Examples
View source: R/redshift_core.R
Run statement in the Datawarehouse, without expecting a result, this is useful for DDL operations (create, update, insert, delete, etc)
1 | dwh_statement(statement, pcon = NULL, slots = 1, bindValues = NULL)
|
statement |
The statement text to execute in Amazon Redshift |
pcon |
The connection to run the query on, if unspecified, a temporary connection will be created and closed while running the query |
slots |
The number of slots to run the statement on, by default 1 |
bindValues |
List of values to bind to the statement |
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.