Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 690 Bytes

File metadata and controls

23 lines (16 loc) · 690 Bytes

CRAN status

sqlparseR

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.

Installation

# Install from CRAN (recommended)
install.packages("sqlparseR")

# Or the development version from GitHub:
# install.packages("devtools")
devtools::install_github("agroscope-ch/sqlparser")

Maintainer contact

Michael Simmler, Agroscope (Link)