Configuration: Read
Usage
config_read(
config_dir = system.file("extdata/config/network_east", package =
"kwb.BerlinWaterModel"),
file_encoding = "UTF-8"
)
Arguments
- config_dir
directory with configuration files (default: system.file("extdata/config/network_east", package = "kwb.BerlinWaterModel")). It is mandatory that there are three files within this folder: "flows_in_out.csv", "outflows_multiple.csv" and "sections.csv"
- file_encoding
encoding for reading the files (default: "UTF-8")