ctrRerunQuery
ctrRerunQuery(
querytoupdate = querytoupdate,
forcetoupdate = forcetoupdate,
con = con,
verbose = verbose,
queryupdateterm = queryupdateterm
)
Either the word "last" or the number of the
query (based on dbQueryHistory) that should be run to
retrieve any trial records that are new or have been updated
since this query was run the last time.
This parameter takes precedence over queryterm
.
For EUCTR, updates are available only for the last seven days;
the query is run again if more time has passed since it was
run last.
If TRUE
, run again the query
given in querytoupdate
, irrespective of when it was
run last (default is FALSE
).
A src connection object, as obtained with nodbi::src_mongo() or nodbi::src_sqlite()
Printing additional information if set to
TRUE
; default is FALSE
.