R/convertEDGAR_LU.R

Defines functions convertEDGAR_LU

convertEDGAR_LU <- function(x) { # nolint: object_name_linter.
  # fill all missing countries with 0
  x <- toolCountryFill(x, fill = 0)
  return(x)
}
pik-piam/mrcommons documentation built on Dec. 8, 2024, 7:23 a.m.