Description Usage Arguments Value Examples
Generate a continuous sequence dates
1 | build_date(start.date, end.date)
|
start.date |
A number represents a starting date |
end.date |
A number represents a ending date |
A data frame with one column called date, and the date column displays a continouse sequence of dates from the starting date to the ending date.
1 | build_date(20190101, 20190301)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.