R/convertILO.R

Defines functions convertILO

convertILO <- function(x){
  getRegions(x) <- toolCountry2isocode(getRegions(x))
  x <- toolCountryFill(x,fill = 0)
  
}
pik-piam/mrplayground documentation built on June 2, 2021, 9:25 p.m.