mg_select2: Select columns from a mongo DB table

Description Usage Arguments Value

View source: R/mg_select2.R

Description

Select columns from a mongo DB table

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
mg_select2(
  table,
  ...,
  .query = "{}",
  .sort = "{}",
  .skip = 0,
  .limit = 0,
  .handler = NULL,
  .pagesize = 1000,
  ._id = FALSE
)

Arguments

table

name of the table/collection (as character).

...

column names (as symbols)

.query

todo

.sort

todo

.skip

todo

.limit

todo

.handler

todo

.pagesize

todo

._id

Should the _id column be returned?

Value

A data frame with the selected columns


Cronbach-GmbH/mgdbs documentation built on Dec. 17, 2021, 3:08 p.m.