string(xtable)
string()所属R语言包:xtable
String handling functions
字符串处理函数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Private functions for conveniently working with strings.
私有函数,可方便地处理字符串。
用法----------Usage----------
string(text,file="",append=FALSE)
## S3 method for class 'string'
print(x,...)
## S3 method for class 'string'
x + y
as.string(x,file="",append=FALSE)
is.string(x)
参数----------Arguments----------
参数:text
A character object.
角色对象。
参数:file
Name of the file that should receive the printed string.
应该接收打印字符串的文件的名称。
参数:append
Should the printed string be appended to the file?
印刷的字符串附加到文件?
参数:x
A string object.
Astring对象。
参数:y
A string object.
Astring对象。
参数:...
Additional arguments. (Currently ignored.)
其他参数。 (目前忽略不计。)
Details
详细信息----------Details----------
These functions are private functions used by print.xtable. They are not intended to be used elsewhere.
这些函数是私有的功能,使用print.xtable。他们不能被用于在别处使用。
(作者)----------Author(s)----------
David Dahl <a href="mailto:dahl@stat.tamu.edu">dahl@stat.tamu.edu</a> with contributions and suggestions from many others (see source code).
参见----------See Also----------
print.xtable
print.xtable
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|