Pad a numeric vector according to the highest value
PadVector(v)
v
numeric vector to pad
PadVector(1:10) # [1] "01" "02" "03" "04" "05" "06" "07" "08" "09" "10"