getMongoFields: getMongoFields

Description Usage Arguments Value Examples

Description

Creates JSON formated string of fields to be returned by a mongo find query, so one does not have to write a JSON string "by hand".

Usage

1

Arguments

fields

character vector of fields to be returned by a mongoDB query

Value

JSON format list of field to be returned

Examples

1
2
3
#getMongoFields(c("text","created_at"))

#getInterval(60*24)), getMongoFields(c("text","entitites.hashtags.text","created_at")))

ProjectTw/TwitteR2Mongo documentation built on May 8, 2019, 3:44 a.m.