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.5)R4CouchDB_0.7.5.zip(r-4.4)R4CouchDB_0.7.5.zip(r-4.3)
R4CouchDB_0.7.5.tgz(r-4.4-any)R4CouchDB_0.7.5.tgz(r-4.3-any)
R4CouchDB_0.7.5.tar.gz(r-4.5-noble)R4CouchDB_0.7.5.tar.gz(r-4.4-noble)
R4CouchDB_0.7.5.tgz(r-4.4-emscripten)R4CouchDB_0.7.5.tgz(r-4.3-emscripten)
R4CouchDB.pdf |R4CouchDB.html✨
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 8 years agofrom:e5450d23ca. Checks:OK: 7. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 03 2024 |
R-4.5-win | OK | Nov 03 2024 |
R-4.5-linux | OK | Nov 03 2024 |
R-4.4-win | OK | Nov 03 2024 |
R-4.4-mac | OK | Nov 03 2024 |
R-4.3-win | OK | Nov 03 2024 |
R-4.3-mac | OK | Nov 03 2024 |
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 |