previewSql | R Documentation |
Makes use of 'DBI' and dbGetQuery()
to preview a SQL statement for a
given 'DBI' connection.
previewSql(conn, statement, ...)
conn |
The 'DBI' connection to be used to execute this statement. |
statement |
The SQL statement to execute. Either a path to a file containing a SQL statement or the SQL statement itself. |
... |
Additional arguments to be used in |
The previewSql
function was introduced in RStudio 1.2.600
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.