View source: R/HelperFunctions.R
readSql | R Documentation |
readSql
loads SQL from a file
readSql(sourceFile)
sourceFile |
The source SQL file |
readSql
loads SQL from a file
Returns a string containing the SQL.
## Not run:
readSql("myParamStatement.sql")
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.