Package: eatDB 0.5.0

Benjamin Becker
eatDB: Spreadsheet Interface for Relational Databases
Use 'SQLite3' as a database system via a complete SQL free R interface, treating the data as if it was a single spreadsheet.
Authors:
eatDB_0.5.0.tar.gz
eatDB_0.5.0.tar.gz(r-4.7-any)eatDB_0.5.0.tar.gz(r-4.6-any)
eatDB_0.5.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
DESCRIPTION |NEWS
card.svg |card.png
eatDB/json (API)
| # Install 'eatDB' in R: |
| install.packages('eatDB', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Datasets:
- sqlite_keywords - Vector of SQLite Keywords.
This package does not link to any Github/Gitlab/R-forge repository. No issue tracker or development information is available.
Last updated from:5cce0dd37a. Checks:4 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 116 | ||
| source / vignettes | OK | 147 | ||
| linux-release-x86_64 | OK | 115 | ||
| wasm-release | OK | 100 |
Exports:createDBdbKeysdbNamesdbPulldbSingleDF
Dependencies:bitbit64blobcachemclicpp11DBIfastmapgluelifecyclememoisepkgconfigrlangRSQLitevctrs
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Create a relational data base file. | createDB |
| Get keys from a relational data base. | dbKeys |
| Get variable names from a relational data base. | dbNames |
| Pull data from a relational data base. | dbPull |
| Extract a single data table from a relational data base. | dbSingleDF |
| Vector of SQLite Keywords. | sqlite_keywords |