Using robomongo I can get basic description of the data using
db.getCollection('Exempt').stats()
but i cannot seem to get this info in nR using the rmongodb or RMongo packages.
Can anyone please help?
Regards, Abhishek
Using robomongo I can get basic description of the data using
db.getCollection('Exempt').stats()
but i cannot seem to get this info in nR using the rmongodb or RMongo packages.
Can anyone please help?
Regards, Abhishek
You can get this information (and more) using
library(mongolite). The command you want ismongo$info()