write.htmltable(ddCt)
write.htmltable()所属R语言包:ddCt
Write a data frame into an html table within a html page
写在一个HTML页面到一个HTML表中的数据框
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write a 'data.frame' into an html table within a html page
写一个HTML页面内的数据框成一个HTML表
用法----------Usage----------
write.htmltable(x, filename, title = "", sortby = NULL, decreasing = TRUE, open = "wt")
参数----------Arguments----------
参数:x
'data.frame'
“数据框”
参数:filename
character. File name.
字符。文件的名称。
参数:title
character. Title of html page
字符。 HTML页面标题
参数:sortby
character. Name of column by which to sort the table rows
字符。列名排序表中的行
参数:decreasing
logical. Should the sort order be increasing or decreasing?
逻辑。排序顺序应该是增加或减少?
参数:open
character. This argument is passed onto 'file'
字符。这个参数被传递到文件
值----------Value----------
The funciton is called for its side effect: writing a file
被称为“功能可按其副作用:写文件
作者(S)----------Author(s)----------
Wolfgang Huber
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|