Package: SQLove 0.0.4
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.
Authors:
SQLove_0.0.4.tar.gz
SQLove_0.0.4.tar.gz(r-4.5-noble)SQLove_0.0.4.tar.gz(r-4.4-noble)
SQLove_0.0.4.tgz(r-4.4-emscripten)SQLove_0.0.4.tgz(r-4.3-emscripten)
SQLove.pdf |SQLove.html✨
SQLove/json (API)
NEWS
# Install 'SQLove' in R: |
install.packages('SQLove', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated 1 years agofrom:ebc61d7a31. Checks:OK: 2. Indexed: no.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 07 2024 |
R-4.5-linux | OK | Nov 07 2024 |
Exports:dbGetMultiQuerydbSendMultiUpdate
Dependencies:bitbit64clicliprcpp11crayonDBIfansigluehmslifecyclemagrittrpillarpkgconfigprettyunitsprogressR6readrrJavaRJDBCrlangtibbletidyselecttzdbutf8vctrsvroomwithr
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Query a database with multiple query actions and one, final, select statement. | dbGetMultiQuery |
Run multiple SQL query actions within the DB environment. | dbSendMultiUpdate |