如何在Mongo R驱动程序中过滤集合?

时间:2016-05-10 12:30:43

标签: r mongodb rmongodb

我试图将mongo集合转换为R数据帧。我使用rmongodb包来做同样的事情。我想使用字段constraint过滤掉该集合,并且仅包含constraint != 'constraint 1'的集合。我怎么做? 以下是我的查询的示例语法

query <- list(
mongo.bson.from.JSON('
{
"$project" : {
"_id" :0,
"app_id" : "$_id",
"constraint" : "$constraint",
"Field1" : "$field",
#
#
#
}
}

0 个答案:

没有答案