powered by
dbAuthenticate(rmongo.object, username, password)
dbAuthenticate
mongo <- mongoDbConnect("test") username = "" password = "" authenticated <- dbAuthenticate(mongo, username, password) dbDisconnect(mongo)
Run the code above in your browser using DataLab