#' Convert IEA PVPS data from REMIND regions to iso countries
#' @description maps to iso countries
#' @param x MAgPIE object to be converted
#' @return Magpie object with IEA PVPS investment cost per country
#' @author Felix Schreyer
convertIEA_PVPS <- function(x) {
regmapping <- toolGetMapping("regionmappingH12.csv", where = "mappingfolder", type = "regional")
x_iso <- toolAggregate(x, regmapping)
return(x_iso)
}
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.