
Last chance! 50% off unlimited learning
Sale ends in
mongo <- mongoDbConnect("test")
output <- dbInsertDocument(mongo, "test_data", '{"foo": "bar"}')
output <- dbGetQueryForKeys(mongo, 'test_data', '{"foo": "bar"}', '{"foo":1}')
print(output)
Run the code above in your browser using DataLab