Description Usage Arguments Value Examples
Sequence of quarter/ month start dates
1 | timeunit.begin.sequence(from, to, by = c("q", "m"))
|
from |
Date |
to |
Date |
by |
"q" or "m" |
Date sequence
1 2 | timeunit.begin.sequence(as.Date('2020-01-19'), as.Date('2021-02-07'), by = "q")
# "2020-01-01" "2020-04-01" "2020-07-01" "2020-10-01" "2021-01-01"
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.