load_sql_statements_from_file: Utility function which reads SQL statements from a file and...

View source: R/build.R

load_sql_statements_from_fileR Documentation

Utility function which reads SQL statements from a file and does basic placeholder replacement of <placeholder> type strings in the statements.

Description

Utility function which reads SQL statements from a file and does basic placeholder replacement of <placeholder> type strings in the statements.

Usage

load_sql_statements_from_file(filename, replacements)

Arguments

filename

SQL file to load and process

replacements

List of key-value replacements using the placeholder names as key.


rcfgroup/clinconcept documentation built on Nov. 12, 2022, 2:40 a.m.