run_forecast_BTU: Run BTU forecast analysis

Description Usage Arguments Value Examples

View source: R/run_forecast.R

Description

Run BTU forecast analysis __when use default parameters the script needs data for at least 1 year (35040 15 Minute frames)__

Usage

1
2
3
4
5
6
run_forecast_BTU(
  EingabeZR,
  parameters,
  datapath = file.path("output"),
  i18n = i18n
)

Arguments

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

Value

list( "BTU" = BTU, "HRN" = HRN, "duration" = duration ) or NA in case of error

Examples

1
2
results <- run_forecast_BTU(raw_data, parameters)
data <- load_input_data(filename = "./tests/input/sample_complete_10y.csv")

BTU-EnerEcon/FOCCSI documentation built on Dec. 17, 2021, 9:52 a.m.