R wrapper for the Python module ‘sqlparse’ (https://github.com/andialbrecht/sqlparse), which provides a non-validating SQL parser. It allows parsing, splitting, and formatting SQL statements.
# Install from CRAN (recommended)
install.packages("sqlparseR")
# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("agroscope-ch/sqlparser")Michael Simmler, Agroscope (Link)