R/num2char.R
num2char.Rd
converts numeric value to characters with specific lengths, adding 0 at beginning
num2char(val, nbdigits = 3)
numeric. value to be converted into string
numeric. number pf digits for string
valchar string corresponding to val with 0 if needed