readSqlCommandsFromFile: Read SQL Commands from File

View source: R/runSqlCommandsFromFile.R

readSqlCommandsFromFileR Documentation

Read SQL Commands from File

Description

Lines starting with "–" or "#" are ignored. SQL commands must be separated by semicolon and end of line character (\n).

Usage

readSqlCommandsFromFile(sqlScript)

Arguments

sqlScript

full path to file containing SQL commands


KWB-R/kwb.db documentation built on Oct. 1, 2023, 4:10 a.m.