print.findFn(sos)
print.findFn()所属R语言包:sos
print a findFn object
打印findFn对象
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Print a findFn object to a file and pass it to a web browser
打印一个findFn对象到一个文件,并把它传递到Web浏览器
用法----------Usage----------
## S3 method for class 'findFn'
print(x, where, title, openBrowser = TRUE,
template, ...)
参数----------Arguments----------
参数:x
An object of class findFn
对象的类findFn
参数:where
a character vector interpreted as follows: If length(where)==1, it must be either 'HTML' or 'console' or the name of a colum of x or the name of a file to hold the file created to be displayed in a web browser. If length(where)>1, it must be the names of columns of x to be displayed on the console. If where is a vector of names of columns of x, those columns will be printed to the console, and there will be no display in a web browser. If where == 'console', the following columns of x are displayed: c('Count', 'Package', 'Function', 'Score', 'Date').
字符向量作如下解释:如果长()== 1,它必须是“HTML”或“控制台”,或者名称的柱x或保持创建的文件的文件名要被显示在web浏览器。如果长()> 1,它必须是x在控制台上显示的列的名字。如果where是一个向量x,这些列将被打印到控制台,将不会显示在Web浏览器的列的名称。如果where==控制台“,下面列的x显示:C(计数,包,功能,分数,日期)。
参数:title
An optional title to give the HTML file. Default is to use the original query string.
一个可选的标题的HTML文件。默认是使用原来的查询字符串。
参数:openBrowser
logical; if TRUE and where is missing or 'HTML', launch default browser after building table
逻辑;如果TRUE和where丢失或启动默认浏览器“HTML”,建成后表
参数: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----------
findFn, RSiteSearch, browseURL brew
findFn,RSiteSearch,browseURLbrew
实例----------Examples----------
splineSearch <- findFn("spline", maxPages = 2)
print(splineSearch, 'console')
splineSearch # all columns in a browser[在浏览器中的所有列]
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|