checkLibrary | R Documentation |
Function to check if the library functions work with the newest magpie version
checkLibrary(gdx, level = NULL)
gdx |
GDX file |
level |
Level of regional aggregation; "reg" (regional), "glo" (global), "regglo" (regional and global) or any other aggregation level defined in superAggregate |
This function simply tries to run all functions in the magpie library on the provided gdx file.
A list with three entries:
notest
Testing these functions was impossible because there wer missing arguments.
error
These functions could not be executed properly.
fine
Everything was fine with these functions.
Markus Bonsch
## Not run:
x <- modelstat(gdx)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.