Package: sqliteutils 0.1.0
sqliteutils: Utility Functions for 'SQLite'
A tool for working with 'SQLite' databases. 'SQLite' has some idiosyncrasies and limitations that impose some hurdles to the R developer who is using this database as a repository. For instance, 'SQLite' doesn't have a date type and 'sqliteutils' has some functions to deal with that.
Authors:
sqliteutils_0.1.0.tar.gz
sqliteutils_0.1.0.zip(r-4.7)sqliteutils_0.1.0.zip(r-4.6)sqliteutils_0.1.0.zip(r-4.5)
sqliteutils_0.1.0.tgz(r-4.6-any)sqliteutils_0.1.0.tgz(r-4.5-any)
sqliteutils_0.1.0.tar.gz(r-4.7-any)sqliteutils_0.1.0.tar.gz(r-4.6-any)
sqliteutils_0.1.0.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
sqliteutils/json (API)
| # Install 'sqliteutils' in R: |
| install.packages('sqliteutils', repos = c('https://crotman.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/crotman/sqliteutils/issues
Last updated from:97f2589927. Checks:7 NOTE, 2 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | NOTE | 114 | ||
| source / vignettes | OK | 177 | ||
| linux-release-x86_64 | NOTE | 113 | ||
| macos-release-arm64 | NOTE | 153 | ||
| macos-oldrel-arm64 | NOTE | 170 | ||
| windows-devel | NOTE | 65 | ||
| windows-release | NOTE | 66 | ||
| windows-oldrel | NOTE | 57 | ||
| wasm-release | OK | 108 |
Exports:%>%slu_date_to_rslu_date_to_sqlite
Dependencies:bitbit64blobcachemclicpp11DBIdbplyrdplyrfastmapgenericsgluelifecyclemagrittrmemoisepillarpkgconfigpurrrR6rlangRSQLitestringistringrtibbletidyrtidyselectutf8vctrswithr
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Converts dates stored on 'SQLite' to their original values | slu_date_to_r |
| Converts dates to the numeric values as which they would be stored on SQLite | slu_date_to_sqlite |
