Package: R4CouchDB 0.7.5

Thomas Bock
R4CouchDB: A R Convenience Layer for CouchDB 2.0
Provides a collection of functions for basic database and document management operations such as add (cdbAddDoc()), get (cdbGetDoc()), list access (cdbGetList()) or delete (cdbDeleteDoc()). Every cdbFunction() gets and returns a list() containing the connection setup. Such a list (named 'cdb' in the documentation) can be generated by cdb <- cdbIni(). Moreover, cdb provides some functions respectively functionality e.g cdb$baseUrl() or cdb$getDocRev().
Authors:
R4CouchDB_0.7.5.tar.gz
R4CouchDB_0.7.5.zip(r-4.7)R4CouchDB_0.7.5.zip(r-4.6)R4CouchDB_0.7.5.zip(r-4.5)
R4CouchDB_0.7.5.tgz(r-4.6-any)R4CouchDB_0.7.5.tgz(r-4.5-any)
R4CouchDB_0.7.5.tar.gz(r-4.7-any)R4CouchDB_0.7.5.tar.gz(r-4.6-any)
R4CouchDB_0.7.5.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
R4CouchDB/json (API)
| # Install 'R4CouchDB' in R: |
| install.packages('R4CouchDB', repos = c('https://wactbprot.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/wactbprot/r4couchdb/issues
Last updated from:e5450d23ca. Checks:9 OK. Indexed: yes.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-x86_64 | OK | 128 | ||
| source / vignettes | OK | 151 | ||
| linux-release-x86_64 | OK | 125 | ||
| macos-release-arm64 | OK | 117 | ||
| macos-oldrel-arm64 | OK | 150 | ||
| windows-devel | OK | 95 | ||
| windows-release | OK | 63 | ||
| windows-oldrel | OK | 92 | ||
| wasm-release | OK | 111 |
Exports:cdbAddAttachmentcdbAddDoccdbAddDocScdbDeleteDoccdbGetConfigcdbGetDoccdbGetListcdbGetShowcdbGetUuidcdbGetUuidScdbGetViewcdbInicdbListDBcdbMakeDBcdbRemoveDBcdbUpdateDoc
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| Add attachments | cdbAddAttachment |
| Generates a new document | cdbAddDoc |
| This function adds multiple database documents with one request | cdbAddDocS |
| Deletes a document from a database | cdbDeleteDoc |
| Request couchdb config | cdbGetConfig |
| Get a doc from CouchDB | cdbGetDoc |
| Receive list results from CouchDB | cdbGetList |
| Receive show results from CouchDB | cdbGetShow |
| Function for request one id | cdbGetUuid |
| Function for request some ids | cdbGetUuidS |
| Receive view results from CouchDB | cdbGetView |
| Ini function | cdbIni |
| Returns all databases on the server | cdbListDB |
| Creates a new database | cdbMakeDB |
| Function to remove a database | cdbRemoveDB |
| This function updates an existing doc | cdbUpdateDoc |