filesByCodes(RQDA)
filesByCodes()所属R语言包:RQDA
Relation between files and codes.
文件和代码之间的关系。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return a data frame which indicates what codes are associted with each file.
返回一个数据框的指示与每个文件associted什么代码。
用法----------Usage----------
filesByCodes(codingTable = c("coding", "coding2"))
参数----------Arguments----------
参数:codingTable
name of the coding table in rqda database.
编码rqda数据库表中的名称。
Details
详细信息----------Details----------
The result is a data frame. Each row represents one file, and each variable represents one code. If a file is coded by a code, the value of that variable is 1, otherwise is 0.
其结果是一个数据框。每一行代表一个文件,每个变量代表一个代码。如果一个文件被通过一个代码进行编码,该变量的值是1,否则为0。
值----------Value----------
A data frame.
一个数据框。
(作者)----------Author(s)----------
Ronggui HUANG
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|