Learn R Programming

rmongodb (version 1.8.0)

mongo.update.multi: mongo.update() flag constant for updating multiple records

Description

Flag to mongo.update() (2L): Update multiple records rather than just the first one matched by criteria.

Usage

mongo.update.multi

Arguments

Value

2L

Format

 int 2

See Also

mongo.update, mongo.update.upsert, mongo.update.basic.