u.Datumvonheute(sfsmisc)
u.Datumvonheute()所属R语言包:sfsmisc
Datum und Uhrzeit (auf deutsch)
基准的UND Uhrzeit(AUF DEUTSCH)
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Return current date and time as a string, possibly including day of the week in German.
返回一个字符串,其中可能包括日的一周内,德国的当前日期和时间。
用法----------Usage----------
u.Datumvonheute(W.tag=2, Zeit=FALSE)
C.Monatsname
C.Wochentag
C.Wochentagkurz
C.weekday
参数----------Arguments----------
参数:W.tag
logical or integer specifying you want weekday ("Wochentag"). 0 or FALSE gives no, 1 or TRUE gives a short and 2 the long version of the day of the week.
逻辑或整数,指定,您想平日(“Wochentag)。 0或FALSE没有给出,1或TRUE给出了很短的和2长版的星期几。
参数:Zeit
logical or integer specifying if time ("Zeit") is desired. 0 or FALSE gives no, 1 or TRUE gives a hours only and 2 hours and minutes.
逻辑或整数,指定所需的时间(“时代周报”)。 0或FALSE没有给出,1或TRUE只给出了一个小时,和2小时和分钟。
值----------Value----------
A string with the current date/time, in the form specified by the arguments.
一个字符串,当前的日期/时间,由参数指定的形式。
The C.* are character vector “constants”, the German ones actually used by u.Datumvonheute.
C.*是character“向量”常数“,德国的实际使用u.Datumvonheute。
(作者)----------Author(s)----------
Caterina Savi, Martin Maechler
参见----------See Also----------
u.date for a similar English version, and p.datum which plots. For English month names, etc month.name.
u.date一个类似的英文版本,和p.datum图。对于英语月份名称等month.name。
实例----------Examples----------
u.Datumvonheute()
u.Datumvonheute(W.tag=1, Zeit=TRUE)
u.Datumvonheute(W.tag= FALSE, Zeit=2)
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|