data_tools.load_raw_data | R Documentation |
Loads all data needed for forecasting.
data_tools.load_raw_data( indice_code, day_date, geometric_point_t1 = F, geometric_point_t2 = F, delta_point = T, dynamic_flag = T )
indice_code |
a character vector indicating the indice code on which forecast will be done. |
day_date |
a character vector indicating the date of the day on which forecast will be done. |
geometric_point_t1 |
a boolean indicating if geometric point of type 1 should be computed |
geometric_point_t2 |
a boolean indicating if geometric point of type 2 should be computed |
delta_point |
a boolean indicating if delta point should be computed |
dynamic_flag |
a boolean indicating if dynamic flag should be computed |
a list of data.table
containing all useful data for the forecasting process.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.