createInputData: createInputData

View source: R/createInputData.R

createInputDataR Documentation

createInputData

Description

Takes given data and provides it in the required data format (magpie)

Usage

createInputData(x, cfg = "CDLINKS", ref = "IAMC", verbose = TRUE, ...)

Arguments

x

Input data that should be checked, provided as a file path to a reporting file, a quitte object or an object which can be converted to quitte using as.quitte

cfg

Project configuration that should be used (currently available: "CDLINKS"). Either a project name, a path to a config file or a data frame specifying available variables and corresponding properties as returned by iamProjectConfig().

ref

Reference data for comparison. Either a project name (currently available: "IAMC"), a path to a mif file or a quitte object containing the data.

verbose

Boolean influencing the degree of information returned by the function. verbose=TRUE returns detailed information whereas verbose=FALSE returns a summary.

...

additional data objects which are forwarded to the check functions

Value

Input named list with elements available for check functions

Author(s)

Cornelia Auer


IAMconsortium/iamc documentation built on July 8, 2023, 11:35 p.m.