load_input_data: Load data

Description Usage Arguments Value Examples

View source: R/loaders.R

Description

loading data from a csv file

Usage

1
2
3
4
5
load_input_data(
  filename,
  schema = c("Zeit", "Jahr", "Monat", "Tag", "HR", "K", "A1", "A2", "A3", "A4", "A5",
    "A6", "A7", "MW_J")
)

Arguments

filename

the filename on disk containing the data

schema

- an optional parameters holding the data schema. The current default value corresponds to the actual processing code

Value

data - the in-memory object containg the data

Examples

1
2
data  <- load_input_data(filename = file.choose)
data <- load_input_data(filename = file.path("tests/input/sample_complete_10y.csv"))

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