Description Usage Arguments Value Author(s) Examples
This function takes a time and a date, and melds them together.
1 2 |
dateobj |
A date formatted as a character string. |
timeobj |
A time formatted as a character string. |
format |
A character string containing the format of the resulting date-time object. |
tz |
The desired timezone to specify for the result. |
A object of class POSIXct
, formatted according to format
and tz
.
Ryan Kyle, ryan.kyle@mail.mcgill.ca
1 | dt2dttm("2018-04-04", "15:15:00") # returns "2018-04-04 15:15:00 UTC"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.