PadVector {bfw} | R Documentation |
Pad Vector
Description
Pad a numeric vector according to the highest value
Usage
PadVector(v)
Arguments
v |
numeric vector to pad |
Examples
PadVector(1:10)
# [1] "01" "02" "03" "04" "05" "06" "07" "08" "09" "10"
[Package bfw version 0.4.2 Index]