| readSql {SqlRender} | R Documentation | 
Reads a SQL file
Description
readSql loads SQL from a file
Usage
readSql(sourceFile)
Arguments
| sourceFile | The source SQL file | 
Details
readSql loads SQL from a file
Value
Returns a string containing the SQL.
Examples
## Not run: 
readSql("myParamStatement.sql")
## End(Not run)
[Package SqlRender version 1.18.0 Index]