Learn R Programming

RMongo (version 0.0.25)

MongoDB Client for R

Description

MongoDB Database interface for R. The interface is provided via Java calls to the mongo-java-driver.

Copy Link

Version

Install

install.packages('RMongo')

Monthly Downloads

55

Version

0.0.25

License

GPL-3

Issues

Pull Requests

Stars

Forks

Maintainer

Last Published

September 8th, 2013

Functions in RMongo (0.0.25)

dbGetDistinct-methods

Performing a distinct MongoDB query
dbRemoveQuery-methods

Performing a delete MongoDB query
dbAuthenticate-methods

Authenticate with a username/password.
dbDisconnect-methods

Disconnect from the MongoDB database
dbSetWriteConcern-methods

Set write concern.
dbGetQueryForKeys-methods

Performing a MongoDB query and only return back certain keys
mongoDbReplicaSetConnect

Connecting to a MongoDB Replica Set
dbInsertDocument-methods

Insert a document into a MongoDB collection
RMongo-class

Class RMongo
dbGetQuery-methods

Performing a MongoDB query
mongoDbConnect

Connecting to a MongoDB database
RMongo-package

MongoDB client for R.
dbShowCollections-methods

Shows a list of collections
dbAggregate-methods

Performing a MongoDB aggregate query