Learn R Programming

ctrdata (version 1.5.2)

dbCTRAnnotateQueryRecords: dbQueryAnnotateRecords

Description

dbQueryAnnotateRecords

Usage

dbCTRAnnotateQueryRecords(
  recordnumbers,
  annotation.text,
  annotation.mode,
  con,
  verbose
)

Arguments

annotation.text

Text to be including in the records retrieved with the current query, in the field "annotation".

annotation.mode

One of "append" (default), "prepend" or "replace" for new annotation.text with respect to any existing annotation for the records retrieved with the current query.

con

A src connection object, as obtained with nodbi::src_mongo() or nodbi::src_sqlite()

verbose

Printing additional information if set to TRUE; default is FALSE.