mexecute-methods: Execute a MongoPipeline's current query.

Description Usage Arguments Value

Description

Execute a MongoPipeline's current query.

Usage

1
2
3
4
mexecute(p, client, verbose = FALSE)

## S4 method for signature 'MongoPipeline'
mexecute(p, client, verbose = FALSE)

Arguments

p

A MongoPipeline instance.

client

A connection to the mongo collection to execute against.

verbose

Boolean indicating if Mongo query used should be printed

Value

A data frame containing the aggregation pipeline results.


Ka2wei/mongoplyr documentation built on May 23, 2019, 6:02 p.m.