.deployTime_compat | R Documentation |
Compatibility with Munirflow deploy time format. Returns a list with a startDate, endDate and interval for the new format.
.deployTime_compat(
y1 = 2000,
y2 = NULL,
m1 = 5,
m2 = NULL,
d1 = 5,
d2 = NULL,
every = 1,
interval = "year",
...
)
y1 |
Year of the first date (surveys starting from year y1) |
y2 |
Year of the end date (surveys continuing until year y2) |
m1 |
Month of the first date |
m2 |
Month of the end date |
d1 |
Day of the first date |
d2 |
Day of the end date |
every |
Interval size |
interval |
Interval size (days, weeks, ) |
... |
Deprecated arguments |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.