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
Copyright © 2021 Jogjafile Inc.
You can get this information (and more) using
library(mongolite)
. The command you want ismongo$info()