dbExecQuery | R Documentation |
Executes an SQL query and immediately frees all allocated resources.
dbExecQuery(conn, statement, rollbackOnError = FALSE)
conn |
a |
statement |
a character string with the SQL statement to be executed. |
rollbackOnError |
logical; if |
This function may be used to execute queries like CREATE TABLE
,
UPDATE
, INSERT
, etc.
It has its own exception handler, which prints out detailed information on caught errors.
dbSendQuery
, dbClearResult
, dbGetQuery
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.