readSql: Creates SQL statement from the source file

View source: R/sql-helpers.R

readSqlR Documentation

Creates SQL statement from the source file

Description

Creates SQL statement from the source file

Usage

readSql(file, ...)

Arguments

file

file with sql statement template

...

any parameters that will be used to fill in placeholders in the template with sprintf

Value

SQL statement as a string


madedotcom/retl documentation built on Sept. 19, 2022, 3:28 a.m.