pad_to {datapasta} | R Documentation |
Left pad string to a certain size. A helper function for getting spacing in table correct.
pad_to(char_vec, char_length)
char_vec |
character vector. |
char_length |
length to pad to. |
char_vec left-padded with spaces to char_length.