filedatetime(RSEIS)
filedatetime()所属R语言包:RSEIS
Create a character string from a date
创建一个字符串的日期
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Create a character string from a date for naming unique output files.
创建一个字符串,命名独特的输出文件的日期。
用法----------Usage----------
filedatetime(orgtim, tims=0, datesep="-", timesep=":", secsep="_")
参数----------Arguments----------
参数:orgtim
time vector of length 5: c(yr, jd, hr, mi, sec)
时间向量的长度为5(岁,法学博士,人力资源,英里,秒)
参数:tims
seconds to add to orgtim, default=0
秒添加到orgtim,默认值= 0
参数:datesep
character, seperater for the date
字符,seperater的日期
参数:timesep
character, seperator for the time
字符,分隔符的时间
参数:secsep
character, seperator for the seconds
字符,分隔符为秒
值----------Value----------
参数:filename
character string
字串
(作者)----------Author(s)----------
Jonathan M. Lees<jonathan.lees@unc.edu>
实例----------Examples----------
data(GH)
g1 = getGHtime(GH)
g2 = unlist(g1)
filedatetime(g2, 1)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|