View source: R/accessors-second.r
second | R Documentation |
Date-time must be a POSIXct, POSIXlt, Date, Period, chron, yearmon, yearqtr, zoo, zooreg, timeDate, xts, its, ti, jul, timeSeries, and fts objects.
second(x)
second(x) <- value
x |
a date-time object |
value |
numeric value to be assigned |
the seconds element of x as a decimal number
x <- ymd("2012-03-26")
second(x)
second(x) <- 1
second(x) <- 61
second(x) > 2
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.