Package: nolock 1.1.0
nolock: Append 'WITH (NOLOCK)' to 'SQL' Queries, Get Packages in Active Script
Provides a suite of tools that can assist in enhancing the processing efficiency of 'SQL' and 'R' scripts. - The 'libr_unused()' retrieves a vector of package names that are called within an 'R' script but are never actually used in the script. - The 'libr_used()' retrieves a vector of package names actively utilized within an 'R' script; packages loaded using 'library()' but not actually used in the script will not be included. - The 'libr_called()' retrieves a vector of all package names which are called within an 'R' script. - 'nolock()' appends 'WITH (nolock)' to all tables in 'SQL' queries. This facilitates reading from databases in scenarios where non-blocking reads are preferable, such as in high-transaction environments.
Authors:
nolock_1.1.0.tar.gz
nolock_1.1.0.zip(r-4.7)nolock_1.1.0.zip(r-4.6)nolock_1.1.0.zip(r-4.5)
nolock_1.1.0.tgz(r-4.6-any)nolock_1.1.0.tgz(r-4.5-any)
nolock_1.1.0.tar.gz(r-4.7-any)nolock_1.1.0.tar.gz(r-4.6-any)
nolock_1.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
nolock/json (API)
| # Install 'nolock' in R: |
| install.packages('nolock', repos = c('https://artllex.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 from:eba7418051. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 107 | ||
| source / vignettes | OK | 161 | ||
| linux-release-x86_64 | OK | 112 | ||
| macos-release-arm64 | OK | 131 | ||
| macos-oldrel-arm64 | OK | 177 | ||
| windows-devel | OK | 90 | ||
| windows-release | OK | 70 | ||
| windows-oldrel | OK | 63 | ||
| wasm-release | OK | 87 |
Exports:libr_calledlibr_unusedlibr_usednolock
Dependencies:clicrayongluelifecyclemagrittrNCmiscrlangrstudioapistringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| 'Get Packages Called in the Active 'R' Script' | libr_called |
| 'Get Unused Packages in the Active 'R' Script' | libr_unused |
| 'Get Packages Used in the Active Script' | libr_used |
| 'Append WITH (NOLOCK) to SQL Queries' | nolock |
