Learn R Programming

SqlRender (version 1.19.1)

readSql: Reads a SQL file

Description

readSql loads SQL from a file

Usage

readSql(sourceFile)

Value

Returns a string containing the SQL.

Arguments

sourceFile

The source SQL file

Details

readSql loads SQL from a file

Examples

Run this code
if (FALSE) {
readSql("myParamStatement.sql")
}

Run the code above in your browser using DataLab