align_strings.Rd
Function that pads strings to be the same length, with padding applied either to the left or right-hand side.
align_strings(strings, left = TRUE)
A character vector.
Logical; if TRUE
left-aligns strings, otherwise
right-aligns strings.
A character vector.