Description Usage Arguments Value Examples
Create a vector that consists of a sequence of dates on a daily level. It is created by specifying the start and end day in the format yyyy-mm-dd, for example: "2021-12-31". Be mindful that other date formats are not allowed.
1 | seq_days(from, to)
|
from |
string The starting value of the sequence, must be in the format 'YYY-MM-DD'. |
to |
string The end value of the sequence, must be in the format 'YYY-MM-DD'. |
A vector of class date
1 2 | # Create a time series by days:
seq_days(from = "2020-1-1", to = "2021-12-31")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.