dbGetQueryForKeys-methods: Performing a MongoDB query and only return back certain keys
Description
Send a json query to mongodb.
The output is a data.frame object and will work properly only if the mongoDB collection contains primitive data types. It may not work properly if there are any embedded documents or arrays.