powered by
Pad a numeric vector according to the highest value
PadVector(v)
numeric vector to pad
# NOT RUN { PadVector(1:10) # [1] "01" "02" "03" "04" "05" "06" "07" "08" "09" "10" # }
Run the code above in your browser using DataLab