R/convertDLR.R

Defines functions convertDLR

convertDLR <- function(x) {
  # fill all missing countries with 0
  x <- toolCountryFill(x, fill = 0, verbosity = 2)
  return(x)
}
pik-piam/mrremind documentation built on March 30, 2024, 3:37 a.m.