Description Usage Arguments Value Examples
View source: R/Helper_Functions.R
Creates a POSIXt vector from the start time to the end time with N number of steps, based on the interval length choosen.
1 |
start |
a start date or time as a character string ("yyyy-mm-dd", "yyyy-mm-dd HH:MM", "yyyy-mm-dd HH:MM:SS) |
end |
a start date or time as a character string ("yyyy-mm-dd", "yyyy-mm-dd HH:MM", "yyyy-mm-dd HH:MM:SS) |
step |
a number representing the length of time in units between each step |
units |
the units of step: "seconds", "minutes", "days", "months", "years" |
A POSIXt vector
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.