sqlstrings: Map 'SQL' Code to R Lists

Provides a helper function, to bulk read 'SQL' code from separate files and load it into an 'R' list, where the list elements contain the individual statements and queries as strings. This works by annotating the 'SQL' code with a name comment, which also will be the name of the list element.

Version: 1.0.0
Imports: fs, readr, stringr
Suggests: testthat (≥ 3.0.0)
Published: 2022-09-09
Author: Dejan Prvulovic [aut, cre]
Maintainer: Dejan Prvulovic <dejan.prv at gmail.com>
License: MIT + file LICENSE
NeedsCompilation: no
Materials: README NEWS
CRAN checks: sqlstrings results

Documentation:

Reference manual: sqlstrings.pdf

Downloads:

Package source: sqlstrings_1.0.0.tar.gz
Windows binaries: r-devel: sqlstrings_1.0.0.zip, r-release: sqlstrings_1.0.0.zip, r-oldrel: sqlstrings_1.0.0.zip
macOS binaries: r-release (arm64): sqlstrings_1.0.0.tgz, r-oldrel (arm64): sqlstrings_1.0.0.tgz, r-release (x86_64): sqlstrings_1.0.0.tgz

Linking:

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