mongo.bson.buffer.append.regex: Append a timestamp value into a mongo.bson.buffer

Description Usage Arguments Value See Also Examples

View source: R/bson.R

Description

Append a regular expression value into a mongo.bson.buffer.

Usage

1

Arguments

buf

(mongo.bson.buffer) The buffer object to which to append.

name

(string) The name (key) of the field appended to the buffer.

value

(mongo.regex) A regular expression as created
by mongo.regex.create().

Value

TRUE if successful; otherwise, FALSE if an error occured appending the data.

See Also

mongo.regex.create,
mongo.bson.buffer.append.regex,
mongo.bson.buffer.append,
mongo.bson,
mongo.bson.buffer.

Examples

1
2
3
4

jonkatz2/rmongodb documentation built on May 19, 2019, 7:30 p.m.