retrieval {RQDA} | R Documentation |
To retrieve the codings of a selected code from specific set of files.
retrieval(Fid = NULL, CodeNameWidget = .rqda$.codes_rqda)
Fid |
Numeric vector, the file id. |
CodeNameWidget |
The name of code list widget. |
This function retrievs the codings of a selected code from
CodeNameWidget
, given that all the codings are from a set of
files which are determined by Fid
.
A gext
widget is open and all the codings are pushed into that widget.
HUANG Ronggui