prepComma(WGCNA)
prepComma()所属R语言包:WGCNA
Prepend a comma to a non-empty string
在前面加一个逗号,一个非空的字符串
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Utility function that prepends a comma before the input string if the string is non-empty.
效用函数前加一个逗号前输入的字符串,如果非空的字符串。
用法----------Usage----------
prepComma(s)
参数----------Arguments----------
参数:s
Character string.
字符的字符串。
值----------Value----------
If s is non-empty, returns paste(",", s), otherwise returns s.
如果s非空,则返回paste(",", s),否则返回s。
(作者)----------Author(s)----------
Peter Langfelder
实例----------Examples----------
prepComma("abc");
prepComma("");
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|