SQLove: Execute 'SQL' Scripts in 'R' Containing Multiple Queries

The nature of working with structured query language ('SQL') scripts efficiently often requires the creation of temporary tables and there are few clean and simple 'R' 'SQL' execution approaches that allow you to complete this kind of work with the 'R' environment. This package seeks to give 'SQL' implementations in 'R' a little love by deploying functions that allow you to deploy complex 'SQL' scripts within a typical 'R' workflow.

Version: 0.0.4
Imports: DBI, readr, RJDBC
Suggests: knitr, rmarkdown
Published: 2023-11-13
Author: Kerns Sam [aut, cre]
Maintainer: Kerns Sam <samwkerns at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: SQLove results

Documentation:

Reference manual: SQLove.pdf
Vignettes: SQLove_Vignette

Downloads:

Package source: SQLove_0.0.4.tar.gz
Windows binaries: r-prerel: SQLove_0.0.4.zip, r-release: SQLove_0.0.4.zip, r-oldrel: SQLove_0.0.4.zip
macOS binaries: r-prerel (arm64): SQLove_0.0.4.tgz, r-release (arm64): SQLove_0.0.4.tgz, r-oldrel (arm64): SQLove_0.0.4.tgz, r-prerel (x86_64): SQLove_0.0.4.tgz, r-release (x86_64): SQLove_0.0.4.tgz
Old sources: SQLove archive

Linking:

Please use the canonical form https://CRAN.R-project.org/package=SQLove to link to this page.