today(tis)
today()所属R语言包:tis
Time Index for the Current Date
当前日期时间指数
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Returns a ti for the current date.
返回一个ti为当前的日期。
用法----------Usage----------
today(tif = "daily")
参数----------Arguments----------
参数:tif
a ti Frequency, given as either a numerical code or a string. tif() with no arguments returns a list of the allowable numerical codes and names. The default "daily" returns a ti object for the current day.
的Ti的频率,给定的数字代码或一个字符串。 tif()不带任何参数,返回一个列表,允许的数字代码和名称。默认值是“每天”返回ti对象为当前日期。
值----------Value----------
A ti object of the specified ti frequency that contains the current date in the time interval it represents. For example, if tif is "monthly", the returned ti object will be for the current month.
Ati对象包含当前日期的时间间隔,它代表了TI指定的频率。例如,如果tif是"monthly",返回的ti对象将当月的。
参见----------See Also----------
ti, Sys.Date
ti,Sys.Date
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|