readMIF: Read a REMIND output (MIF) file.

View source: R/helpers.R

readMIFR Documentation

Read a REMIND output (MIF) file.

Description

REMIND style output files are semi-colon separated CSVs with a trailing semi-colon at the end of each row. The following structure is assumed: Columns "Model", "Scenario", "Region", "Variable", "Unit" and an arbitrary number of year colums (convertable to numeric).

Usage

readMIF(mif)

Arguments

mif

A REMIND output file (.MIF)

Examples

## Not run: 
dt <- readMIF("REMIND_generic_default.mif")

## End(Not run)

pik-piam/rmndt documentation built on April 21, 2024, 4:31 a.m.