time_minus_time_in_n_steps | R Documentation |
Difference between two time value vectors in terms of number of time "steps"
time_minus_time_in_n_steps(x, y, time_type)
x |
a time_value (vector) of time type |
y |
a time_value (vector) of time type |
time_type |
as in |
integerish vector such that x + n_steps_to_time_delta_fast(result)
should equal y
.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.