Learn R Programming

ctrdata (version 1.4.1)

dbCTRUpdateQueryHistory: dbCTRUpdateQueryHistory

Description

dbCTRUpdateQueryHistory

Usage

dbCTRUpdateQueryHistory(register, queryterm, recordnumber, con, verbose)

Arguments

register

Vector of abbreviations of the register to query, defaults to "EUCTR".

queryterm

Either a string with the full URL of a search in a register or the data frame returned by the ctrGetQueryUrlFromBrowser or the dbQueryHistory functions. The queryterm is recorded in the collection for later use to update records.

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.