dajuntian/sqlTXT: Submit Multiple SQL Statements and Return a List of Data Frames

Given an existing database connection and a file containing SQL code, sqlTXT separates the SQL code into single query and submits it sequentially. The results from select are returned as a list of data frames. If comments are in the code, it should only use the form of "--comment" at the beginning of the line. Limitation: Works with RJDBC only for now.

Getting started

Package details

Maintainer
LicenseGPL-3
Version0.0.2
Package repositoryView on GitHub
Installation Install the latest version of this package by entering the following in R:
install.packages("remotes")
remotes::install_github("dajuntian/sqlTXT")
dajuntian/sqlTXT documentation built on May 17, 2019, 7:01 p.m.