add_stage: Create or append a mongo aggregation stage

Description Usage Arguments Value

View source: R/pipeline.R

Description

Create or append a mongo aggregation stage

Usage

1
2
3
4
5
6
7
add_stage(x, ...)

## Default S3 method:
add_stage(x, ...)

## S3 method for class 'mongopipe'
add_stage(x, type, ...)

Arguments

x

Object of class mongo or mongo_pipe

...

query

type

Name of the stage.

Value

Object of type mongopipe.


mongopipe documentation built on Jan. 20, 2021, 5:08 p.m.