mongolite
mongolite copied to clipboard
Fast and Simple MongoDB Client for R
Inspired by #151 and some previous issues, this allows users to create OIDs that will be honored by mongo. I've also included an example and appropriate unit tests.
When I was looking for a way to get one big list from `aggreagate()`, I saw #236. I think `handler` should work in this way. ``` r library(mongolite) con 0)...
This simple modification adds a new field "isUnique" to connection$index() in order to be able to create unique indexes. The default value is set to false, in order to retain...
Do unordered insert if stop_on_error = FALSE in R_mongo_collection_insert_page()
Hi, I've just added the support for creating indices with "unique" property (.c/.R code + R unit tests). In theory, the 'addOpts' parameter (the list) can be extended with other...
This is an attempt to address #37. As I mentioned in that issue, I decided to add a new C-level parser that produces data frames instead of nested lists. This...
Would it be possible to expose the simplify parameters available in jsonlite::stream_in? (simplifyVector, simplifyDataFrame, simplifyMatrix, flatten) I realized that _find_, _iterate_, and _mapreduce_ use jsonlite's [_simplify_](https://github.com/jeroen/jsonlite/blob/0134cba18366b1c51c6497f4f97273a8423d8d86/R/simplify.R#L1C1-L1C10) [behind the scenes](https://github.com/jeroen/mongolite/blob/1ac07a7a04b9485c465be1ff8ca8984fd39bebae/R/stream.R#L70) with...
Hello, I was wondering, if there is a good way to get the URI and the DB name from a mongo object? For the DB name, I tried `m$info()$db`, which...
My shiny app works good with shinyapps.io. But something wrong with shiny-server. The details are, I installed ubuntu 20.04 on vmware, installed shiny-server on it, and the VM is using...