exportCodings(RQDA)
exportCodings()所属R语言包:RQDA
Export codings to a HTML file.
编码中导出为一个HTML文件。
译者:生物统计家园网 机器人LoveR
描述----------Description----------
To export retrieved codings to a HTML file.
要检索的编码中导出为一个HTML文件。
用法----------Usage----------
exportCodings(file = "Exported Codings.html", Fid = NULL,
order = c("fname", "ftime", "ctime"), append = FALSE,
codingTable="coding")
参数----------Arguments----------
参数:file
Length-one character vector, specify the name of exported file.
长度 - 一个字符向量,指定导出的文件的名称。
参数:Fid
Integer vector of file id.The retrieved codings are from this subset of files. When is NULL, it means all the files.
文件id.The检索编码中的整数向量是从文件的子集。如果为NULL,则意味着所有的文件。
参数:order
Specify the order of retrieved codings. see details for the meanings.
指定的顺序检索译码。详情请参阅的含义。
参数:append
Logical, when TRUE the exported codings are appended to the existing file (if exists); otherwise, it overwrites the existing file.
逻辑,TRUE时出口编码中被添加到现有的文件(如果存在),否则,它会覆盖现有的文件。
参数:codingTable
name of sqlite data table where codings are stored. It should be either "coding" or "coding2"
SQLite数据表存储编码的名称。它应该是“编码”或“coding2”
Details
详细信息----------Details----------
"fname" means order the codings by file names, "ftime" by file imported time, and "ctime" by time of coding.
“FNAME”是指为了编码的文件名,“FTIME”的文件导入的时间,和“的ctime”的编码时间。
值----------Value----------
A html file.
一个HTML文件。
(作者)----------Author(s)----------
HUANG Ronggui
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|