View source: R/basic_functions.R
PadVector | R Documentation |
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"
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.