Learn R Programming

SqlRender (version 1.6.2)

readSql: Reads a SQL file

Description

readSql loads SQL from a file

Usage

readSql(sourceFile)

Arguments

sourceFile

The source SQL file

Value

Returns a string containing the SQL.

Details

readSql loads SQL from a file

Examples

Run this code
# NOT RUN {
readSql("myParamStatement.sql")
# }

Run the code above in your browser using DataLab