View source: R/collectedfunctions.R
diftm | R Documentation |
This function allows you to compute the delta (time1-time2).
diftm(
tm1,
tm2,
unit = "hour",
form1 = "%Y-%m-%d %H:%M",
form2 = "%Y-%m-%d %H:%M",
tz = "GMT"
)
tm1 |
data frame |
tm2 |
subject id |
form1 |
date/time format 1 |
form2 |
date/time format 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.