R/convertCEA.R

Defines functions convertCEA

#' @title convertCEA
#' @author Aman Malik
#' @param x magpie object to be converted
convertCEA <- function(x){
  
  #getRegions(x) <- toolCountry2isocode(getRegions(x))
  return (x)
  
}
pik-piam/moinput documentation built on June 9, 2020, 12:23 p.m.