loadRenderTranslateSql | R Documentation |
Load and translate SQL file or an explicit SQL query to desired dialect.
loadRenderTranslateSql(
sql,
dbms = "postgresql",
warnOnMissingParameters = TRUE,
output = FALSE,
outputFile,
...
)
sql |
SQL file name or SQL query |
warnOnMissingParameters |
Should a warning be raised when parameters provided to this function do not appear in the parameterized SQL that is being rendered? By default, this is TRUE. |
output |
Should there be a .sql file created of the result |
outputFile |
Name of the output file |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.