retrieval(RQDA)
retrieval()所属R语言包:RQDA
Retrieval of codings conditional on the file id.
检索文件ID编码中的条件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To retrieve the codings of a selected code from specific set of files.
要检索一个选择的代码从特定的文件集的编码。
用法----------Usage----------
retrieval(Fid = NULL, order = c("fname", "ftime", "ctime"),
CodeNameWidget = .rqda$.codes_rqda,codingTable="coding")
参数----------Arguments----------
参数:Fid
Numeric vector, the file id.
数字向量,文件ID。
参数:order
The method of sort of retrieved codings.
方法的排序检索译码。
参数:CodeNameWidget
The name of code list widget.
代码列表部件的名称。
参数:codingTable
name of sqlite data table where codings are stored. It should be either "coding" or "coding2"
SQLite数据表存储编码的名称。它应该是“编码”或“coding2”
Details
详细信息----------Details----------
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.
这的功能retrievs的编码选定的代码CodeNameWidget,因为所有的编码是一组文件,这些文件由Fid。
值----------Value----------
A gtext widget is open and all the codings are pushed into that widget.
Agtext部件是开放的,所有的编码都推到该部件。
(作者)----------Author(s)----------
HUANG Ronggui
参见----------See Also----------
GetFileId
GetFileId
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|