powered by
Pad a string to a fixed size
str_pad(txt, n = 5, pad = " ", type = "left")
a character vector to pad
final char width
pad symbol
pad from 'left' or 'right'.