getDateSeries | R Documentation |
生成标准的日期型时间序列
getDateSeries(startDate = Sys.Date(), days = 100)
startDate |
开始日期,默认为当天 |
days |
天数,可以为正数或负数,不能等于0 |
返回时间序列
getDateSeries(as.Date('2018-01-01'),days-100);
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.