powered by
mongo.get.hosts(mongo)
mongo.create
mongo <- mongo.create(c("127.0.0.1", "192.168.0.3"), name="Inventory") if (mongo.is.connected(mongo)) print(mongo.get.hosts(mongo))
Run the code above in your browser using DataLab