dtt_dayte_time | R Documentation |
Dayte Time
dtt_dayte_time(x, ...)
## S3 method for class 'Date'
dtt_dayte_time(x, start = 1L, tz = dtt_default_tz(), ...)
## S3 method for class 'POSIXct'
dtt_dayte_time(x, start = 1L, ...)
x |
A date/time vector. |
... |
Unused. |
start |
An integer scalar of the starting month or a Date scalar of the starting date. |
tz |
A string of the time zone. |
A Date vector with the year set to year.
A POSIXct vector of the dayte times.
dtt_dayte_time(Date)
: Dayte Time a Date vector
dtt_dayte_time(POSIXct)
: Dayte Time a POSIXct vector
Other dayte:
dtt_dayte()
,
dtt_daytt()
dtt_dayte_time(
as.POSIXct(
c("2001-01-01 12:13:14", "2015-12-13"),
tz = "Etc/GMT+10"
)
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.