Process data of type indicated by function name

process_production_data(
  data,
  start_year,
  end_year,
  time_horizon,
  scenario_geography_filter,
  sectors,
  technologies,
  log_path
)

Arguments

data

A tibble of data of type indicated by function name.

start_year

Numeric, holding start year of analysis.

end_year

Numeric, holding end year of analysis.

time_horizon

Numeric, holding time horizon of production data.

scenario_geography_filter

Character. A vector of length 1 that indicates which geographic scenario to apply in the analysis.

sectors

Character vector, holding considered sectors.

technologies

Character vector, holding considered technologies.

log_path

String holding path to log file.

Value

A tibble of data as indicated by function name.