Description Usage Arguments Value Examples
Creates timestamps of mode character between first timestamp from and to with a distance of step.s seconds between the timestamps.
1 | sequenceOfTimestamps(from, to, step.s = 60)
|
from |
first timestamp of mode character in ISO-Syntax: yyyy-mm-dd [HH:MM:SS] where the part in brackets is optional. |
to |
last timestamp of mode character in ISO-Syntax: yyyy-mm-dd [HH:MM:SS] where the part in brackets is optional. |
step.s |
time step between the timestamps in seconds. |
Vector of character timestamps
1 2 | # Create timestamps of January 2011 with five minutes step
sequenceOfTimestamps("2011-01-01 19:00:00", "2011-01-02", 300)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.