Learn R Programming

bfw (version 0.4.2)

PadVector: Pad Vector

Description

Pad a numeric vector according to the highest value

Usage

PadVector(v)

Arguments

v

numeric vector to pad

Examples

Run this code
# 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