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.5-noble)RSqlParser_1.5.tar.gz(r-4.4-noble)
RSqlParser_1.5.tgz(r-4.4-emscripten)RSqlParser_1.5.tgz(r-4.3-emscripten)
RSqlParser.pdf |RSqlParser.html✨
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 4 years agofrom:deb481606a. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Oct 12 2024 |
R-4.5-linux | OK | Oct 12 2024 |
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 |