writeFindFn2xls(sos)
writeFindFn2xls()所属R语言包:sos
Write a findFn object to an Excel file
写一个findFn的对象到一个Excel文件
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Write a findFn object to an Excel file with sheets for PackageSum2, the findFn table, and the call attribute of the findFn object.
发表findFn对象到一个Excel文件表PackageSum2,findFn表,和call属性的findFn对象的。
用法----------Usage----------
writeFindFn2xls(x,
file.=paste(deparse(substitute(x)), 'xls', sep='.'),
csv, ...)
findFn2xls(x,
file.=paste(deparse(substitute(x)), 'xls', sep='.'),
csv, ...)
参数----------Arguments----------
参数:x
An object of class findFn
对象的类findFn
参数:file.
Name of Excel file to create. If a file of this name already exists, it will be overwritten.
创建Excel文件的名称。如果这个名字的文件已经存在,它将被覆盖。
参数:csv
logical: if TRUE, write three *.csv files rather than one *.xls file. Default is FALSE if software is available to write a *.xls file and TRUE otherwise.
逻辑:如果为TRUE,写三个*。csv文件,而不是一个*。xls文件。默认值是false,如果软件是可写*。xls文件,否则返回TRUE。
参数:...
optional arguments to write.csv used if
可选参数write.csv如果
Details
详细信息----------Details----------
findFn2xls is an alias for writeFindFn2xls; both functions do the same thing.
findFn2xls是一个别名writeFindFn2xls;这两个函数做同样的事情。
值----------Value----------
The name of the file created is returned invisibly.
返回创建的文件的名称是不可见的。
(作者)----------Author(s)----------
Spencer Graves with help from Dirk Eddedbuettel,
Gabor Grothendiek, and Marc Schwartz.
参见----------See Also----------
findFn, odbcConnect, sqlSave, odbcClose WriteXLS
findFn,odbcConnect,sqlSave,odbcCloseWriteXLS
实例----------Examples----------
splineSearch <- findFn("spline", maxPages = 1)
writeFindFn2xls(splineSearch)
findFn2xls(splineSearch, csv=TRUE)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|