To retrieve the codings of a selected code from specific set of files.
retrieval(Fid = NULL, order = c("fname", "ftime", "ctime"),
CodeNameWidget = .rqda$.codes_rqda,codingTable="coding")
Numeric vector, the file id.
The method of sort of retrieved codings.
The name of code list widget.
name of sqlite data table where codings are stored. It should be either "coding" or "coding2"
A gtext
widget is open and all the codings are pushed into that widget.
This function retrieves the codings of a selected code from
CodeNameWidget
, given that all the codings are from a set of
files which are determined by Fid
.