format_timestamp {IssueTrackeR} | R Documentation |
Round a timestamp to the inferior integer
Description
This function round a timestamp ()
Usage
format_timestamp(x)
Arguments
x |
The timestamp. See detail section for more information. |
Details
The accepted formats for the argument x
are:
-
Date
objects; numeric (
integer
ordouble
);date/times object (classes
POSIXct
andPOSIXlt
)
Value
a POSIXct
object with rounded double
value.
[Package IssueTrackeR version 1.1.1 Index]