Package: rethinker 1.1.0
Miron B. Kursa
rethinker: RethinkDB Client
Simple, native 'RethinkDB' client.
Authors:
rethinker_1.1.0.tar.gz
rethinker_1.1.0.tar.gz(r-4.5-noble)rethinker_1.1.0.tar.gz(r-4.4-noble)
rethinker_1.1.0.tgz(r-4.4-emscripten)rethinker_1.1.0.tgz(r-4.3-emscripten)
rethinker.pdf |rethinker.html✨
rethinker/json (API)
NEWS
# Install 'rethinker' in R: |
install.packages('rethinker', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/mbq/rethinker/issues
Last updated 7 years agofrom:001eea06f4. Checks:OK: 2. Indexed: yes.
Target | Result | Date |
---|---|---|
Doc / Vignettes | OK | Nov 22 2024 |
R-4.5-linux | OK | Nov 22 2024 |
Exports:cursorNextcursorToListdrainConnectionisCursorEmptyisOpenedopenConnectionr
Dependencies:rjson
Readme and manuals
Help Manual
Help page | Topics |
---|---|
Close RethinkDB connection | close.RethinkDB_connection |
Close cursor | close.RethinkDB_cursor |
Pull next object from a cursor | cursorNext |
Convert cursor into a list | cursorToList |
Drain RethinkDB connection | drainConnection |
Check if cursor is empty | isCursorEmpty |
Check if connection is opened | isOpened |
Open connection to a RethinkDB server | openConnection |
Print RethinkDB connection | print.RethinkDB_connection |
Print cursor | print.RethinkDB_cursor |
ReQL root | r |