Description Usage Arguments Value Examples
Run BTU forecast analysis __when use default parameters the script needs data for at least 1 year (35040 15 Minute frames)__
1 2 3 4 5 6 | run_forecast_BTU(
EingabeZR,
parameters,
datapath = file.path("output"),
i18n = i18n
)
|
EingabeZR |
the filename on disk containing the data |
parameters |
- an optional parameters holding the data schema. The current default value corresponds to the actual processing code |
datapath |
- the path on disk where all generated data will be saved |
i18n |
- the translator object used to personalize output according with user set language |
list( "BTU" = BTU, "HRN" = HRN, "duration" = duration ) or NA in case of error
1 2 | results <- run_forecast_BTU(raw_data, parameters)
data <- load_input_data(filename = "./tests/input/sample_complete_10y.csv")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.