Questions tagged [mongolitedt]

An extension to the mongolite package that implements faster find and aggregate methods.

Extends mongolite with finddt() and aggregatedt() methods. These in turn use data.table::rbindlist to create a data.table.

1 questions
1
vote
1 answer

R: Speeding up data import using rmongodb

Consider a Mongo Database within which each entry has the following data structure. { "_id" : ObjectId("numbersandletters"), "hello" : 0, "this" : "AUTO", "is" : "34.324.25.53", "an" : "7046934", "example" : 0, "data" :…
Futh
  • 129
  • 1
  • 9