powered by
Pad a string
pad(x, n = 10, where = "left", pad = " ")
Input character vector.
Pad x to this (minimum) width.
x
Side where the padding is added.
Padding character.
A character vector.