dbQueryAnnotateRecords
dbCTRAnnotateQueryRecords(
recordnumbers,
annotations,
annotation.text,
annotation.mode,
con,
verbose
)
Text to be including in the records retrieved with the current query, in the field "annotation".
One of "append" (default), "prepend" or "replace" for new annotation.text with respect to any existing annotation for the records retreived with the current query.
A src connection object, as obtained with nodbi::src_mongo() or nodbi::src_sqlite()
Printing additional information if set to
TRUE
; default is FALSE
.