HTML(RSiteSearch)
HTML()所属R语言包:RSiteSearch
RSiteSearch HTML Tables
RSiteSearch HTML表
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create and view an HTML table from the result of calling RSiteSearch.function.
创建和查看HTML表的结果调用RSiteSearch.function。
用法----------Usage----------
HTML(x, ...)
## S3 method for class 'RSiteSearch':
HTML(x, file, title, openBrowser = TRUE,
template, ...)
参数----------Arguments----------
参数:x
An object of class RSiteSearch
对象的类RSiteSearch
参数:file
An optional name for the HTML file to be created.
要创建一个可选的名字为HTML文件。
参数:title
An optional title to give the HTML file. Default is to use the original query string.
一个可选的标题的HTML文件。默认是使用原来的查询字符串。
参数:openBrowser
logical; if TRUE then launch default browser after building table.
逻辑,如果TRUE然后启动默认浏览器后建立的表。
参数:template
Template file used by brew
模板文件的使用的brew
参数:...
ignored
忽视
值----------Value----------
The full path and name of the file created is returned invisibly.
创建的文件的完整路径和名称则返回无形。
(作者)----------Author(s)----------
Sundar Dorai-Raj, Spencer Graves, Romain Francois, Uwe Ligges
参见----------See Also----------
RSiteSearch.function, RSiteSearch, browseURL brew
RSiteSearch.function,RSiteSearch,browseURLbrew
实例----------Examples----------
splineSearch <- RSiteSearch.function("spline", maxPages = 2)
HTML(splineSearch )
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|