as_query: Convert a R named list of variable and condition to mongo...

View source: R/mongo.R

as_queryR Documentation

Convert a R named list of variable and condition to mongo query

Description

To fillter the data (select rows)

Usage

as_query(...)

Arguments

...

write a list of varible to query

Examples

## Not run: 
# not there is only one `=`
as_query(interview = TRUE)

## End(Not run)

kklot/ktools documentation built on Aug. 13, 2024, 7:08 p.m.