read_prod_group: production data per groups of production

Description Usage Arguments Examples

Description

import csv data representing production per groups The data is read from an entsoe repository.

Usage

1
read_prod_group(production_dir = NULL, production_file = NULL)

Arguments

production_dir

datasets directory of data energy productions by groups.

production_file

production file to be used

Examples

1
2
3
4
5
production_dir <- system.file(package = "antaDraft", "data_sample",
  "prod_sample_20160129/B02")
global_options <- getOption("global_options")
prod_by_types <- read_prod_group(production_dir = production_dir,
  production_file = global_options$thermal_production_per_country)

rte-antares-rpackage/antaDraft documentation built on May 14, 2019, 2:59 p.m.