Export a csv file of [time x quantiles] Note: this follows the convention of e.g., write.csv and write.table, but write isn't an exported generic function
1 | write.ts_forecast(x, file, window = NA, percentiles = 1:99)
|
x |
A ts_forecast object |
file |
A file name |
window |
(optional) A vector of (start index, end index) to plot certain time window |
percentiles |
(optional – defaults 1st to 99th percentiles) Select the quantiles associated with which percentiles will be exported |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.