Package: RSqlParser 1.5

Subhasree Bose
RSqlParser: Parse 'SQL' Statements
Parser for 'SQL' statements. Currently, it supports parsing of only 'SELECT' statements.
Authors:
RSqlParser_1.5.tar.gz
RSqlParser_1.5.tar.gz(r-4.7-any)RSqlParser_1.5.tar.gz(r-4.6-any)
RSqlParser_1.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION
card.svg |card.png
RSqlParser/json (API)
| # Install 'RSqlParser' in R: |
| install.packages('RSqlParser', 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 from:deb481606a. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 100 | ||
| source / vignettes | OK | 140 | ||
| linux-release-x86_64 | OK | 111 | ||
| wasm-release | OK | 103 |
Exports:get_all_bind_variablesget_all_select_cols_with_aliasget_all_subqueriesget_all_tables_with_alias
Dependencies:cligluelifecyclemagrittrrlangstringistringrvctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Get the bind variables in sql statement | get_all_bind_variables |
| Get the names of the selected columns in the sql statement | get_all_select_cols_with_alias |
| Get the subqueries in sql statement | get_all_subqueries |
| Get the names of the tables with alias present in the sql | get_all_tables_with_alias |